mirror of
https://github.com/postgres/postgres.git
synced 2026-07-13 11:50:50 -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,
|
ONCOMMIT_NOOP,
|
||||||
(Datum) 0, /* reloptions */
|
(Datum) 0, /* reloptions */
|
||||||
false, /* use_user_acl */
|
false, /* use_user_acl */
|
||||||
false, /* allow_system_table_mods */
|
false, /* allow_system_table_mods */
|
||||||
true, /* is_internal */
|
true, /* is_internal */
|
||||||
InvalidOid, /* relrewrite */
|
InvalidOid, /* relrewrite */
|
||||||
NULL); /* typaddress */
|
NULL); /* typaddress */
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue