8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f81fb4f commit f195937Copy full SHA for f195937
src/tools/pginclude/pgrminclude
@@ -43,6 +43,8 @@ compile_file() {
43
[ "$INCLUDE" = "postgres_fe.h" ] && continue
44
[ "$INCLUDE" = "pg_config.h" ] && continue
45
[ "$INCLUDE" = "c.h" ] && continue
46
+ # CppAsString2 will expand undefined identifiers, so skip files that use it
47
+ grep -q '\<CppAsString2\>' "$FILE" && continue
48
49
# preserve configure-specific includes
50
# these includes are surrounded by #ifdef's
0 commit comments