diff options
author | Andres Freund <andres@anarazel.de> | 2022-08-07 09:36:01 -0700 |
---|---|---|
committer | Andres Freund <andres@anarazel.de> | 2022-08-07 09:36:01 -0700 |
commit | a2a36d56b96fe17c4ad9649936dcf7406eb78cc9 (patch) | |
tree | 0b9f3e70f2d57da1b0cec2abf5465b6a436fab33 /src/backend/commands/sequence.c | |
parent | 20c105c4db56f784eebe39cb50ede8ad1bfa3899 (diff) | |
download | postgresql-a2a36d56b96fe17c4ad9649936dcf7406eb78cc9.tar.gz postgresql-a2a36d56b96fe17c4ad9649936dcf7406eb78cc9.zip |
Trust a few system headers to stand on their own
At some point in the past some headers (net/if.h on some BSDs in 2009,
netinet/tcp.h on IRIX in 2000, sys/ucred.h in 2013 on then older openbsd),
only compiled if other heades were included first, complicating configure
tests. More recent tests indicate that that's not required anymore.
Reviewed-By: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/20220807012914.ydz73yte6j3coulo@awork3.anarazel.de
Diffstat (limited to 'src/backend/commands/sequence.c')
0 files changed, 0 insertions, 0 deletions