diff options
author | Andrew Dunstan | 2021-06-28 15:05:54 +0000 |
---|---|---|
committer | Andrew Dunstan | 2021-06-28 15:05:54 +0000 |
commit | e1c1c30f635390b6a3ae4993e8cac213a33e6e3f (patch) | |
tree | f91c0903c634bcbe7b06c4548af82d6e351e2090 /src/backend/replication/pgoutput/pgoutput.c | |
parent | c31833779d5a4775d7220be4b9143bec66c9a9fd (diff) |
Pre branch pgindent / pgperltidy run
Along the way make a slight adjustment to
src/include/utils/queryjumble.h to avoid an unused typedef.
Diffstat (limited to 'src/backend/replication/pgoutput/pgoutput.c')
-rw-r--r-- | src/backend/replication/pgoutput/pgoutput.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/backend/replication/pgoutput/pgoutput.c b/src/backend/replication/pgoutput/pgoutput.c index 63f108f960f..abd5217ab1b 100644 --- a/src/backend/replication/pgoutput/pgoutput.c +++ b/src/backend/replication/pgoutput/pgoutput.c @@ -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 */ |