Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/workflows/IntegrationTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ on:
- '!.github/workflows/IntegrationTests.yml'
pull_request:
repository_dispatch:
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-${{ github.head_ref || '' }}-${{ github.base_ref || '' }}-${{ github.ref != 'refs/heads/main' || github.sha }}
cancel-in-progress: true
Expand Down
6 changes: 0 additions & 6 deletions .github/workflows/MainDistributionPipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,6 @@
#
name: Main Extension Distribution Pipeline
on:
push:
paths-ignore:
- '**.md'
- '.github/workflows/**'
- '!.github/workflows/MainDistributionPipeline.yml'
pull_request:
workflow_dispatch:

concurrency:
Expand Down
231 changes: 0 additions & 231 deletions concurrency_test.cpp

This file was deleted.

1 change: 0 additions & 1 deletion include/pg_config_paths.h

This file was deleted.

5 changes: 4 additions & 1 deletion vcpkg_ports/libpq/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ all:
$(MAKE) -C src/interfaces/ecpg/pgtypeslib
$(MAKE) -C src/interfaces/ecpg/ecpglib
$(MAKE) -C src/interfaces/ecpg/compatlib
ifeq ($(LIBPQ_LIBRARY_TYPE), static)
$(AR) $(AROPT) src/interfaces/libpq/libpq.a src/common/encnames_shlib.o
endif
ifeq ($(LIBPQ_ENABLE_TOOLS), yes)
$(MAKE) -C src/interfaces/ecpg/preproc
$(MAKE) -C src/fe_utils
Expand All @@ -34,7 +37,7 @@ endif
.PHONY: install-stlib
install-stlib:
$(MAKE) -C src/common install -o all
rm -f '$(DESTDIR)$(libdir)/libpgcommon_shlib.a'
mv -f '$(DESTDIR)$(libdir)/libpgcommon_shlib.a' '$(DESTDIR)$(libdir)/libpgcommon.a'
$(MAKE) -C src/port install -o all
rm -f '$(DESTDIR)$(libdir)/libpgport_shlib.a'

Expand Down
16 changes: 0 additions & 16 deletions vcpkg_ports/libpq/android/unversioned_so.patch

This file was deleted.

Loading
Loading