mirror of
https://github.com/postgres/postgres.git
synced 2026-07-08 01:01:01 -04:00
pgindent fix for commit a5918fddf1.
This commit is contained in:
parent
a5918fddf1
commit
fdad19e1cf
1 changed files with 1 additions and 1 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue