Skip to content

Commit

Permalink
fix _outAlterDatabaseStmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yjhjstz committed Dec 30, 2024
1 parent f74bcbf commit 0c07ad7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/nodes/outfuncs_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -1771,7 +1771,7 @@ _outEphemeralNamedRelationInfo(StringInfo str, const EphemeralNamedRelationInfo
static void
_outAlterDatabaseStmt(StringInfo str, const AlterDatabaseStmt *node)
{
WRITE_NODE_TYPE("AlterDatabaseStmt");
WRITE_NODE_TYPE("ALTERDATABASESTMT");
WRITE_STRING_FIELD(dbname);
WRITE_NODE_FIELD(options);
WRITE_NODE_FIELD(tags);
Expand Down

0 comments on commit 0c07ad7

Please sign in to comment.