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:
@@ -147,11 +147,11 @@ struct ExpandedObjectHeader
|
||||
|
||||
extern ExpandedObjectHeader *DatumGetEOHP(Datum d);
|
||||
extern void EOH_init_header(ExpandedObjectHeader *eohptr,
|
||||
const ExpandedObjectMethods *methods,
|
||||
MemoryContext obj_context);
|
||||
const ExpandedObjectMethods *methods,
|
||||
MemoryContext obj_context);
|
||||
extern Size EOH_get_flat_size(ExpandedObjectHeader *eohptr);
|
||||
extern void EOH_flatten_into(ExpandedObjectHeader *eohptr,
|
||||
void *result, Size allocated_size);
|
||||
void *result, Size allocated_size);
|
||||
extern Datum MakeExpandedObjectReadOnlyInternal(Datum d);
|
||||
extern Datum TransferExpandedObject(Datum d, MemoryContext new_parent);
|
||||
extern void DeleteExpandedObject(Datum d);
|
||||
|
||||
Reference in New Issue
Block a user