Content-Length: 286536 | pFad | http://github.com/postgrespro/postgres/commit/6ca452ba7fca14dad16425a56ffa1c8a93496b5f

68 Move a couple of declarations to reflect where the routines really are. · postgrespro/postgres@6ca452b · GitHub
Skip to content

Commit 6ca452b

Browse files
committed
Move a couple of declarations to reflect where the routines really are.
1 parent 36750dc commit 6ca452b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/include/commands/defrem.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,8 +77,6 @@ extern void AlterOperatorOwner(List *name, TypeName *typeName1,
7777
TypeName *typename2, Oid newOwnerId);
7878
extern void AlterOperatorOwner_oid(Oid operOid, Oid newOwnerId);
7979
extern void AlterOperatorNamespace(List *names, List *argtypes, const char *newschema);
80-
extern Oid get_opclass_oid(Oid amID, List *opclassname, bool missing_ok);
81-
extern Oid get_opfamily_oid(Oid amID, List *opfamilyname, bool missing_ok);
8280

8381
/* commands/aggregatecmds.c */
8482
extern void DefineAggregate(List *name, List *args, bool oldstyle,
@@ -104,8 +102,10 @@ extern void AlterOpClassOwner_oid(Oid opclassOid, Oid newOwnerId);
104102
extern void AlterOpClassNamespace(List *name, char *access_method, const char *newschema);
105103
extern void AlterOpFamilyOwner(List *name, const char *access_method, Oid newOwnerId);
106104
extern void AlterOpFamilyOwner_oid(Oid opfamilyOid, Oid newOwnerId);
107-
extern Oid get_am_oid(const char *amname, bool missing_ok);
108105
extern void AlterOpFamilyNamespace(List *name, char *access_method, const char *newschema);
106+
extern Oid get_am_oid(const char *amname, bool missing_ok);
107+
extern Oid get_opclass_oid(Oid amID, List *opclassname, bool missing_ok);
108+
extern Oid get_opfamily_oid(Oid amID, List *opfamilyname, bool missing_ok);
109109

110110
/* commands/tsearchcmds.c */
111111
extern void DefineTSParser(List *names, List *parameters);

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/6ca452ba7fca14dad16425a56ffa1c8a93496b5f

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy