Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit128e6ee

Browse files
committed
Assorted compilation and test fixes
related to7c4f524, per build farmAuthor: Petr Jelinek <petr.jelinek@2ndquadrant.com>
1 parent232c532 commit128e6ee

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

‎src/backend/nodes/copyfuncs.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4450,7 +4450,10 @@ _copyAlterSubscriptionStmt(const AlterSubscriptionStmt *from)
44504450
{
44514451
AlterSubscriptionStmt*newnode=makeNode(AlterSubscriptionStmt);
44524452

4453+
COPY_SCALAR_FIELD(kind);
44534454
COPY_STRING_FIELD(subname);
4455+
COPY_STRING_FIELD(conninfo);
4456+
COPY_NODE_FIELD(publication);
44544457
COPY_NODE_FIELD(options);
44554458

44564459
returnnewnode;

‎src/backend/nodes/equalfuncs.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2199,7 +2199,10 @@ static bool
21992199
_equalAlterSubscriptionStmt(constAlterSubscriptionStmt*a,
22002200
constAlterSubscriptionStmt*b)
22012201
{
2202+
COMPARE_SCALAR_FIELD(kind);
22022203
COMPARE_STRING_FIELD(subname);
2204+
COMPARE_STRING_FIELD(conninfo);
2205+
COMPARE_NODE_FIELD(publication);
22032206
COMPARE_NODE_FIELD(options);
22042207

22052208
return true;

‎src/include/replication/worker_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ typedef struct LogicalRepWorker
4646
}LogicalRepWorker;
4747

4848
/* Memory context for cached variables in apply worker. */
49-
MemoryContextApplyCacheContext;
49+
externMemoryContextApplyCacheContext;
5050

5151
/* libpqreceiver connection */
5252
externstructWalReceiverConn*wrconn;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp