aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/variable.c
diff options
context:
space:
mode:
authorNathan Bossart <nathan@postgresql.org>2025-04-04 15:56:23 -0500
committerNathan Bossart <nathan@postgresql.org>2025-04-04 15:56:23 -0500
commit8ec0aaeae09482925d2d15ce4a91f6953bdb1566 (patch)
tree1514ab8708f675aad8ce50bbda76b4f9e773a131 /src/backend/commands/variable.c
parent289f74d0cb247ebdb443fec65fb2500531c961b4 (diff)
downloadpostgresql-8ec0aaeae09482925d2d15ce4a91f6953bdb1566.tar.gz
postgresql-8ec0aaeae09482925d2d15ce4a91f6953bdb1566.zip
Prevent redeclaration of typedef TocEntry.
Commit 9c02e3a986 added a forward declaration for this typedef that caused redeclarations, which is not valid in C99. To fix, add some preprocessor guards to avoid a redefinition, as is done elsewhere (e.g., commit 382092a0cd). Per buildfarm.
Diffstat (limited to 'src/backend/commands/variable.c')
0 files changed, 0 insertions, 0 deletions