diff options
author | Michael Paquier | 2019-07-01 01:00:23 +0000 |
---|---|---|
committer | Michael Paquier | 2019-07-01 01:00:23 +0000 |
commit | c74d49d41c9e0fabeb1179dcabfb3137833ed831 (patch) | |
tree | d5406f4f6578181174e178c68ba320ac9395648a /src/include/commands/extension.h | |
parent | 459c3cdb4ad8323bfe6bcae0186a3831e0c89c94 (diff) |
Fix many typos and inconsistencies
Author: Alexander Lakhin
Discussion: https://postgr.es/m/[email protected]
Diffstat (limited to 'src/include/commands/extension.h')
-rw-r--r-- | src/include/commands/extension.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/commands/extension.h b/src/include/commands/extension.h index 923f8530b41..c724430aeca 100644 --- a/src/include/commands/extension.h +++ b/src/include/commands/extension.h @@ -51,6 +51,4 @@ extern char *get_extension_name(Oid ext_oid); extern ObjectAddress AlterExtensionNamespace(const char *extensionName, const char *newschema, Oid *oldschema); -extern void AlterExtensionOwner_oid(Oid extensionOid, Oid newOwnerId); - #endif /* EXTENSION_H */ |