mirror of
https://github.com/postgres/postgres.git
synced 2025-07-12 21:01:52 +03:00
Address points made in post-commit review of replication origins.
Amit reviewed the replication origins patch and made some good points. Address them. This fixes typos in error messages, docs and comments and adds a missing error check (although in a should-never-happen scenario). Discussion: CAA4eK1JqUBVeWWKwUmBPryFaje4190ug0y-OAUHWQ6tD83V4xg@mail.gmail.com Backpatch: 9.5, where replication origins were introduced.
This commit is contained in:
@ -73,7 +73,7 @@ static XLogRecData *mainrdata_head;
|
||||
static XLogRecData *mainrdata_last = (XLogRecData *) &mainrdata_head;
|
||||
static uint32 mainrdata_len; /* total # of bytes in chain */
|
||||
|
||||
/* Should te in-progress insertion log the origin */
|
||||
/* Should the in-progress insertion log the origin? */
|
||||
static bool include_origin = false;
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user