mirror of
https://github.com/postgres/postgres.git
synced 2025-10-13 18:28:01 +03:00
Fix typos in decode.c and logical.c.
Per report by Ajin Cherian in email: https://postgr.es/m/CAFPTHDYnRKDvzgDxoMn_CKqXA-D0MtrbyJvfvjBsO4G=UHDXkg@mail.gmail.com
This commit is contained in:
@@ -1371,7 +1371,7 @@ stream_commit_cb_wrapper(ReorderBuffer *cache, ReorderBufferTXN *txn,
|
||||
ctx->write_xid = txn->xid;
|
||||
ctx->write_location = txn->end_lsn;
|
||||
|
||||
/* in streaming mode, stream_abort_cb is required */
|
||||
/* in streaming mode, stream_commit_cb is required */
|
||||
if (ctx->callbacks.stream_commit_cb == NULL)
|
||||
ereport(ERROR,
|
||||
(errcode(ERRCODE_OBJECT_NOT_IN_PREREQUISITE_STATE),
|
||||
|
Reference in New Issue
Block a user