Skip to content

Commit af51fea

Browse files
committed
1 parent 553e169 commit af51fea

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 query responser"),
809+
(errmsg("invalid query response"),
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy