mirror of
https://github.com/postgres/postgres.git
synced 2025-07-11 10:01:57 +03:00
Pre branch pgindent / pgperltidy run
Along the way make a slight adjustment to src/include/utils/queryjumble.h to avoid an unused typedef.
This commit is contained in:
@ -2215,8 +2215,8 @@ ReorderBufferProcessTXN(ReorderBuffer *rb, ReorderBufferTXN *txn,
|
||||
change_done:
|
||||
|
||||
/*
|
||||
* If speculative insertion was confirmed, the record isn't
|
||||
* needed anymore.
|
||||
* If speculative insertion was confirmed, the record
|
||||
* isn't needed anymore.
|
||||
*/
|
||||
if (specinsert != NULL)
|
||||
{
|
||||
|
@ -759,7 +759,7 @@ fetch_remote_table_info(char *nspname, char *relname,
|
||||
" ORDER BY a.attnum",
|
||||
lrel->remoteid,
|
||||
(walrcv_server_version(LogRepWorkerWalRcvConn) >= 120000 ?
|
||||
"AND a.attgenerated = ''" : ""),
|
||||
"AND a.attgenerated = ''" : ""),
|
||||
lrel->remoteid);
|
||||
res = walrcv_exec(LogRepWorkerWalRcvConn, cmd.data,
|
||||
lengthof(attrRow), attrRow);
|
||||
|
@ -1031,7 +1031,8 @@ get_rel_sync_entry(PGOutputData *data, Oid relid)
|
||||
entry->pubactions.pubinsert = entry->pubactions.pubupdate =
|
||||
entry->pubactions.pubdelete = entry->pubactions.pubtruncate = false;
|
||||
entry->publish_as_relid = InvalidOid;
|
||||
entry->map = NULL; /* will be set by maybe_send_schema() if needed */
|
||||
entry->map = NULL; /* will be set by maybe_send_schema() if
|
||||
* needed */
|
||||
}
|
||||
|
||||
/* Validate the entry */
|
||||
|
Reference in New Issue
Block a user