mirror of
https://github.com/postgres/postgres.git
synced 2025-11-10 17:42:29 +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:
@@ -2199,7 +2199,10 @@ static bool
|
||||
_equalAlterSubscriptionStmt(const AlterSubscriptionStmt *a,
|
||||
const AlterSubscriptionStmt *b)
|
||||
{
|
||||
COMPARE_SCALAR_FIELD(kind);
|
||||
COMPARE_STRING_FIELD(subname);
|
||||
COMPARE_STRING_FIELD(conninfo);
|
||||
COMPARE_NODE_FIELD(publication);
|
||||
COMPARE_NODE_FIELD(options);
|
||||
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user