mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
pgindent run for release 9.3
This is the first run of the Perl-based pgindent script. Also update pgindent instructions.
This commit is contained in:
4
src/backend/utils/cache/syscache.c
vendored
4
src/backend/utils/cache/syscache.c
vendored
@ -382,7 +382,7 @@ static const struct cachedesc cacheinfo[] = {
|
||||
},
|
||||
256
|
||||
},
|
||||
{EventTriggerRelationId, /* EVENTTRIGGERNAME */
|
||||
{EventTriggerRelationId, /* EVENTTRIGGERNAME */
|
||||
EventTriggerNameIndexId,
|
||||
1,
|
||||
{
|
||||
@ -393,7 +393,7 @@ static const struct cachedesc cacheinfo[] = {
|
||||
},
|
||||
8
|
||||
},
|
||||
{EventTriggerRelationId, /* EVENTTRIGGEROID */
|
||||
{EventTriggerRelationId, /* EVENTTRIGGEROID */
|
||||
EventTriggerOidIndexId,
|
||||
1,
|
||||
{
|
||||
|
Reference in New Issue
Block a user