mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +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:
@ -104,27 +104,27 @@ typedef struct ExtensionVersionInfo
|
||||
|
||||
/* Local functions */
|
||||
static List *find_update_path(List *evi_list,
|
||||
ExtensionVersionInfo *evi_start,
|
||||
ExtensionVersionInfo *evi_target,
|
||||
bool reject_indirect,
|
||||
bool reinitialize);
|
||||
static Oid get_required_extension(char *reqExtensionName,
|
||||
char *extensionName,
|
||||
char *origSchemaName,
|
||||
bool cascade,
|
||||
List *parents,
|
||||
bool is_create);
|
||||
ExtensionVersionInfo *evi_start,
|
||||
ExtensionVersionInfo *evi_target,
|
||||
bool reject_indirect,
|
||||
bool reinitialize);
|
||||
static Oid get_required_extension(char *reqExtensionName,
|
||||
char *extensionName,
|
||||
char *origSchemaName,
|
||||
bool cascade,
|
||||
List *parents,
|
||||
bool is_create);
|
||||
static void get_available_versions_for_extension(ExtensionControlFile *pcontrol,
|
||||
Tuplestorestate *tupstore,
|
||||
TupleDesc tupdesc);
|
||||
Tuplestorestate *tupstore,
|
||||
TupleDesc tupdesc);
|
||||
static Datum convert_requires_to_datum(List *requires);
|
||||
static void ApplyExtensionUpdates(Oid extensionOid,
|
||||
ExtensionControlFile *pcontrol,
|
||||
const char *initialVersion,
|
||||
List *updateVersions,
|
||||
char *origSchemaName,
|
||||
bool cascade,
|
||||
bool is_create);
|
||||
ExtensionControlFile *pcontrol,
|
||||
const char *initialVersion,
|
||||
List *updateVersions,
|
||||
char *origSchemaName,
|
||||
bool cascade,
|
||||
bool is_create);
|
||||
static char *read_whole_file(const char *filename, int *length);
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user