From: Amit Kapila Date: Thu, 2 Jul 2026 03:19:37 +0000 (+0530) Subject: pgindent fix for commit a5918fddf1. X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fdad19e1cfe4564230092e034c0b2185e4a04909;p=thirdparty%2Fpostgresql.git pgindent fix for commit a5918fddf1. --- diff --git a/src/backend/replication/logical/conflict.c b/src/backend/replication/logical/conflict.c index 23971440451..5ea8c455cd4 100644 --- a/src/backend/replication/logical/conflict.c +++ b/src/backend/replication/logical/conflict.c @@ -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 */