mirror of
https://github.com/postgres/postgres.git
synced 2025-07-15 19:21:59 +03:00
Assorted compilation and test fixes
related to 7c4f52409a
, per build farm
Author: Petr Jelinek <petr.jelinek@2ndquadrant.com>
This commit is contained in:
@ -4450,7 +4450,10 @@ _copyAlterSubscriptionStmt(const AlterSubscriptionStmt *from)
|
||||
{
|
||||
AlterSubscriptionStmt *newnode = makeNode(AlterSubscriptionStmt);
|
||||
|
||||
COPY_SCALAR_FIELD(kind);
|
||||
COPY_STRING_FIELD(subname);
|
||||
COPY_STRING_FIELD(conninfo);
|
||||
COPY_NODE_FIELD(publication);
|
||||
COPY_NODE_FIELD(options);
|
||||
|
||||
return newnode;
|
||||
|
Reference in New Issue
Block a user