pgsql: Add missing includes for some global variables

2024-07-01 Thread Peter Eisentraut
Add missing includes for some global variables src/backend/libpq/pqcomm.c: "postmaster/postmaster.h" for Unix_socket_group, Unix_socket_permissions src/backend/utils/init/globals.c: "postmaster/postmaster.h" for MyClientSocket src/backend/utils/misc/guc_tables.c: "utils/rls.h" for row_security sr

Re: pgsql: Add missing includes

2018-01-04 Thread Andres Freund
On 2018-01-04 22:58:28 +, Peter Eisentraut wrote: > Add missing includes > > is necessary to look into the X509 struct, used by > ac3ff8b1d8f98da38c53a701e6397931080a39cf. That's not sufficient here: /home/andres/src/postgresql/src/backend/libpq/be-secure-openssl.c: In function ‘be_tls_get

pgsql: Add missing includes

2018-01-04 Thread Peter Eisentraut
Add missing includes is necessary to look into the X509 struct, used by ac3ff8b1d8f98da38c53a701e6397931080a39cf. Branch -- master Details --- https://git.postgresql.org/pg/commitdiff/1834c1e432d22f9e186950c7dd8598958776e016 Modified Files -- src/backend/libpq/be-secure-ope