1
0
mirror of https://github.com/postgres/postgres.git synced 2026-01-13 12:22:55 +03:00

pgindent run prior to branching v15.

pgperltidy and reformat-dat-files too.  Not many changes.
This commit is contained in:
Tom Lane
2022-06-30 11:03:03 -04:00
parent f5135d2aba
commit 82d0ffae32
8 changed files with 37 additions and 17 deletions

View File

@@ -11676,8 +11676,9 @@
{ oid => '6119', descr => 'get information of tables in a publication',
proname => 'pg_get_publication_tables', prorows => '1000', proretset => 't',
provolatile => 's', prorettype => 'record', proargtypes => 'text',
proallargtypes => '{text,oid,int2vector,pg_node_tree}', proargmodes => '{i,o,o,o}',
proargnames => '{pubname,relid,attrs,qual}', prosrc => 'pg_get_publication_tables' },
proallargtypes => '{text,oid,int2vector,pg_node_tree}',
proargmodes => '{i,o,o,o}', proargnames => '{pubname,relid,attrs,qual}',
prosrc => 'pg_get_publication_tables' },
{ oid => '6121',
descr => 'returns whether a relation can be part of a publication',
proname => 'pg_relation_is_publishable', provolatile => 's',