]> git.ipfire.org Git - thirdparty/postgresql.git/commitdiff
pgindent fix for commit a5918fddf1.
authorAmit Kapila <akapila@postgresql.org>
Thu, 2 Jul 2026 03:19:37 +0000 (08:49 +0530)
committerAmit Kapila <akapila@postgresql.org>
Thu, 2 Jul 2026 03:19:37 +0000 (08:49 +0530)
src/backend/replication/logical/conflict.c

index 23971440451d826769d376f8120868eeaa9e375d..5ea8c455cd4abca1cd2b2179179fe58617b59b73 100644 (file)
@@ -173,7 +173,7 @@ create_conflict_log_table(Oid subid, char *subname, Oid subowner)
                                                                         ONCOMMIT_NOOP,
                                                                         (Datum) 0, /* reloptions */
                                                                         false, /* use_user_acl */
-                                                                        false, /* allow_system_table_mods */
+                                                                        false, /* allow_system_table_mods */
                                                                         true,  /* is_internal */
                                                                         InvalidOid,    /* relrewrite */
                                                                         NULL); /* typaddress */