pgsql: Add missing include guard to win32ntdll.h.

2024-11-07 Thread Andrew Dunstan
Add missing include guard to win32ntdll.h. Oversight in commit e2f0f8ed. Also add this file to the exclusion lists in headerscheck and cpluscpluscheck, because Unix systems don't have a header it includes. Reported-by: Tom Lane Discussion: https://postgr.es/m/2760528.1641929756%40sss.pgh.pa.us

pgsql: Add missing include guard to win32ntdll.h.

2024-11-07 Thread Andrew Dunstan
Add missing include guard to win32ntdll.h. Oversight in commit e2f0f8ed. Also add this file to the exclusion lists in headerscheck and cpluscpluscheck, because Unix systems don't have a header it includes. Reported-by: Tom Lane Discussion: https://postgr.es/m/2760528.1641929756%40sss.pgh.pa.us

pgsql: Add missing include dir and references to libpq for MSVC build

2023-10-24 Thread David Rowley
Add missing include dir and references to libpq for MSVC build 66d6086cb adjusted pg_regress to require this but forgot to adjust the Visual Studio build script. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/673a17e31202cc47a9309e9b0b9b5fbec36080d3 Modified Files

pgsql: Add missing include guard to win32ntdll.h.

2022-01-11 Thread Thomas Munro
Add missing include guard to win32ntdll.h. Oversight in commit e2f0f8ed. Also add this file to the exclusion lists in headerscheck and cpluscpluscheck, because Unix systems don't have a header it includes. Reported-by: Tom Lane Discussion: https://postgr.es/m/2760528.1641929756%40sss.pgh.pa.us

pgsql: Add missing #include.

2020-06-04 Thread Tom Lane
Add missing #include. Oversight in b2c64f571 (the later branches already have this). Per buildfarm. Branch -- REL_10_STABLE Details --- https://git.postgresql.org/pg/commitdiff/9a9ba4c4d84ec149596f21472cdf632ced8bcd8e Modified Files -- src/include/utils/date.h | 2 +- 1 file

pgsql: Add missing include to pg_upgrade/version.c

2019-10-16 Thread Tomas Vondra
Add missing include to pg_upgrade/version.c Commit 8d48e6a724 uses RELKIND_ constants when building the query, but did not include the header defining them. On 10+ this header is already included, but on 9.6 and earlier it was missing. It compiles just fine, but then fails during execution ERRO

pgsql: Add missing include to pg_upgrade/version.c

2019-10-16 Thread Tomas Vondra
Add missing include to pg_upgrade/version.c Commit 8d48e6a724 uses RELKIND_ constants when building the query, but did not include the header defining them. On 10+ this header is already included, but on 9.6 and earlier it was missing. It compiles just fine, but then fails during execution ERRO

pgsql: Add missing include to pg_upgrade/version.c

2019-10-16 Thread Tomas Vondra
Add missing include to pg_upgrade/version.c Commit 8d48e6a724 uses RELKIND_ constants when building the query, but did not include the header defining them. On 10+ this header is already included, but on 9.6 and earlier it was missing. It compiles just fine, but then fails during execution ERRO

pgsql: Add missing include

2018-06-20 Thread Magnus Hagander
Add missing include Per buildfarm Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/3adcad45588bff17b1253f60cf51c440e87df997 Modified Files -- src/bin/pg_verify_checksums/pg_verify_checksums.c | 1 + 1 file changed, 1 insertion(+)

pgsql: Add missing include

2018-04-05 Thread Alvaro Herrera
Add missing include Newly added prototype broke cpluspluscheck. Minor buglet in commit 8694cc96b52a. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/fbc27330b8f8693d8fa9b1f8cb450567c3d81640 Modified Files -- src/include/storage/reinit.h | 3 +++ 1 file