mirror of
https://github.com/postgres/postgres.git
synced 2025-12-21 05:21:08 +03:00
Phase 2 pgindent run for v12.
Switch to 2.1 version of pg_bsd_indent. This formats multiline function declarations "correctly", that is with additional lines of parameter declarations indented to match where the first line's left parenthesis is. Discussion: https://postgr.es/m/CAEepm=0P3FeTXRcU5B2W3jv3PgRVZ-kGUXLGfd42FFhUROO3ug@mail.gmail.com
This commit is contained in:
@@ -59,12 +59,12 @@ typedef enum IndexAttrBitmapKind
|
||||
} IndexAttrBitmapKind;
|
||||
|
||||
extern Bitmapset *RelationGetIndexAttrBitmap(Relation relation,
|
||||
IndexAttrBitmapKind keyAttrs);
|
||||
IndexAttrBitmapKind keyAttrs);
|
||||
|
||||
extern void RelationGetExclusionInfo(Relation indexRelation,
|
||||
Oid **operators,
|
||||
Oid **procs,
|
||||
uint16 **strategies);
|
||||
Oid **operators,
|
||||
Oid **procs,
|
||||
uint16 **strategies);
|
||||
|
||||
extern void RelationInitIndexAccessInfo(Relation relation);
|
||||
|
||||
@@ -93,16 +93,16 @@ extern void RelationCacheInitializePhase3(void);
|
||||
* Routine to create a relcache entry for an about-to-be-created relation
|
||||
*/
|
||||
extern Relation RelationBuildLocalRelation(const char *relname,
|
||||
Oid relnamespace,
|
||||
TupleDesc tupDesc,
|
||||
Oid relid,
|
||||
Oid accessmtd,
|
||||
Oid relfilenode,
|
||||
Oid reltablespace,
|
||||
bool shared_relation,
|
||||
bool mapped_relation,
|
||||
char relpersistence,
|
||||
char relkind);
|
||||
Oid relnamespace,
|
||||
TupleDesc tupDesc,
|
||||
Oid relid,
|
||||
Oid accessmtd,
|
||||
Oid relfilenode,
|
||||
Oid reltablespace,
|
||||
bool shared_relation,
|
||||
bool mapped_relation,
|
||||
char relpersistence,
|
||||
char relkind);
|
||||
|
||||
/*
|
||||
* Routine to manage assignment of new relfilenode to a relation
|
||||
@@ -122,7 +122,7 @@ extern void RelationCloseSmgrByOid(Oid relationId);
|
||||
|
||||
extern void AtEOXact_RelationCache(bool isCommit);
|
||||
extern void AtEOSubXact_RelationCache(bool isCommit, SubTransactionId mySubid,
|
||||
SubTransactionId parentSubid);
|
||||
SubTransactionId parentSubid);
|
||||
|
||||
/*
|
||||
* Routines to help manage rebuilding of relcache init files
|
||||
|
||||
Reference in New Issue
Block a user