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

Commitaf51fea

Browse files
committed
1 parent553e169 commitaf51fea

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

‎src/backend/replication/libpqwalreceiver/libpqwalreceiver.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -806,11 +806,10 @@ libpqrcv_processTuples(PGresult *pgres, WalRcvExecResult *walres,
806806
/* Make sure we got expected number of fields. */
807807
if (nfields!=nRetTypes)
808808
ereport(ERROR,
809-
(errmsg("invalid queryresponser"),
809+
(errmsg("invalid queryresponse"),
810810
errdetail("Expected %d fields, got %d fields.",
811811
nRetTypes,nfields)));
812812

813-
814813
walres->tuplestore=tuplestore_begin_heap(true, false,work_mem);
815814

816815
/* Create tuple descriptor corresponding to expected result. */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp