diff options
author | Thomas Munro <tmunro@postgresql.org> | 2024-11-26 11:29:31 +1300 |
---|---|---|
committer | Thomas Munro <tmunro@postgresql.org> | 2024-11-26 11:31:55 +1300 |
commit | aefbd6c29fa984e9ab1fd4b0b5d3e3fce4b18b03 (patch) | |
tree | c31dda554db79a101066673905051c954d365095 /src/backend/tcop/postgres.c | |
parent | e266a0ed67d2fb34c41de11a7cd3f73c66765331 (diff) | |
download | postgresql-aefbd6c29fa984e9ab1fd4b0b5d3e3fce4b18b03.tar.gz postgresql-aefbd6c29fa984e9ab1fd4b0b5d3e3fce4b18b03.zip |
Clean up <stdbool.h> reference in meson.build.
Commit bc5a4dfc accidentally left a check for <stdbool.h> in
meson.build's header_checks. Synchronize with configure, which no
longer defines HAVE_STDBOOL_H.
There is still a reference to <stdbool.h> in an earlier test to see if
we need -std=c99 to get C99 features, like autoconf 2.69's
AC_PROG_CC_C99. (Therefore the test remove by this commit was
tautological since day one: you'd have copped "C compiler does not
support C99" before making it this far.)
Back-patch to 16, where meson begins.
Diffstat (limited to 'src/backend/tcop/postgres.c')
0 files changed, 0 insertions, 0 deletions