mirror of
https://github.com/postgres/postgres.git
synced 2025-12-15 02:22:24 +03:00
pgindent run for 9.5
This commit is contained in:
@@ -102,8 +102,8 @@ extern Oid get_rel_namespace(Oid relid);
|
||||
extern Oid get_rel_type_id(Oid relid);
|
||||
extern char get_rel_relkind(Oid relid);
|
||||
extern Oid get_rel_tablespace(Oid relid);
|
||||
extern Oid get_transform_fromsql(Oid typid, Oid langid, List *trftypes);
|
||||
extern Oid get_transform_tosql(Oid typid, Oid langid, List *trftypes);
|
||||
extern Oid get_transform_fromsql(Oid typid, Oid langid, List *trftypes);
|
||||
extern Oid get_transform_tosql(Oid typid, Oid langid, List *trftypes);
|
||||
extern bool get_typisdefined(Oid typid);
|
||||
extern int16 get_typlen(Oid typid);
|
||||
extern bool get_typbyval(Oid typid);
|
||||
|
||||
Reference in New Issue
Block a user