1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-15 19:21:59 +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:
Amit Kapila
2021-01-06 08:56:19 +05:30
parent 25dde58357
commit e02e840ff7
2 changed files with 5 additions and 5 deletions

View File

@ -685,10 +685,10 @@ DecodeCommit(LogicalDecodingContext *ctx, XLogRecordBuffer *buf,
* so during startup, to get to the first transaction the client needs. As
* we have reset the catalog caches before starting to read WAL, and we
* haven't yet touched any catalogs, there can't be anything to invalidate.
* But if we're "forgetting" this commit because it's it happened in
* another database, the invalidations might be important, because they
* could be for shared catalogs and we might have loaded data into the
* relevant syscaches.
* But if we're "forgetting" this commit because it happened in another
* database, the invalidations might be important, because they could be
* for shared catalogs and we might have loaded data into the relevant
* syscaches.
* ---
*/
if (DecodeTXNNeedSkip(ctx, buf, parsed->dbId, origin_id))