diff options
author | thegeorg <thegeorg@yandex-team.com> | 2023-10-26 14:05:36 +0300 |
---|---|---|
committer | thegeorg <thegeorg@yandex-team.com> | 2023-10-26 14:58:44 +0300 |
commit | 4f504885ab6f95bc35471124d1b0107ab0095090 (patch) | |
tree | 4f183044d4f4d3834fe7e36f1da23613b70aed42 /contrib/libs | |
parent | 11864378c1db4609db90c75576ea33f9b0052c11 (diff) | |
download | ydb-4f504885ab6f95bc35471124d1b0107ab0095090.tar.gz |
Prevent contrib/libs/postgresql from depending on contrib/libs/libpq
Diffstat (limited to 'contrib/libs')
-rw-r--r-- | contrib/libs/postgresql/src/include/port/darwin.h (renamed from contrib/libs/libpq/src/include/port/darwin.h) | 0 | ||||
-rw-r--r-- | contrib/libs/postgresql/src/include/port/linux.h (renamed from contrib/libs/libpq/src/include/port/linux.h) | 0 | ||||
-rw-r--r-- | contrib/libs/postgresql/src/include/port/win32.h (renamed from contrib/libs/libpq/src/include/port/win32.h) | 1 |
3 files changed, 0 insertions, 1 deletions
diff --git a/contrib/libs/libpq/src/include/port/darwin.h b/contrib/libs/postgresql/src/include/port/darwin.h index 15fb69d6db..15fb69d6db 100644 --- a/contrib/libs/libpq/src/include/port/darwin.h +++ b/contrib/libs/postgresql/src/include/port/darwin.h diff --git a/contrib/libs/libpq/src/include/port/linux.h b/contrib/libs/postgresql/src/include/port/linux.h index 7a6e46cdbb..7a6e46cdbb 100644 --- a/contrib/libs/libpq/src/include/port/linux.h +++ b/contrib/libs/postgresql/src/include/port/linux.h diff --git a/contrib/libs/libpq/src/include/port/win32.h b/contrib/libs/postgresql/src/include/port/win32.h index 115708f2ea..c6213c77c3 100644 --- a/contrib/libs/libpq/src/include/port/win32.h +++ b/contrib/libs/postgresql/src/include/port/win32.h @@ -1,5 +1,4 @@ /* src/include/port/win32.h */ -#pragma once /* * We always rely on the WIN32 macro being set by our build system, |