mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +03:00
Add some const decorations to prototypes
Reviewed-by: Fabien COELHO <coelho@cri.ensmp.fr>
This commit is contained in:
@ -1266,8 +1266,8 @@ find_install_path(List *evi_list, ExtensionVersionInfo *evi_target,
|
||||
static ObjectAddress
|
||||
CreateExtensionInternal(char *extensionName,
|
||||
char *schemaName,
|
||||
char *versionName,
|
||||
char *oldVersionName,
|
||||
const char *versionName,
|
||||
const char *oldVersionName,
|
||||
bool cascade,
|
||||
List *parents,
|
||||
bool is_create)
|
||||
|
Reference in New Issue
Block a user