summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorTom Lane2019-07-05 23:28:45 +0000
committerTom Lane2019-07-05 23:28:45 +0000
commit79b94716e72086b07549b1c867a8ecdea6bae77e (patch)
tree31421a4d38765ddd7423b683a1c8295e3cb1e465 /src/include/commands
parent0ab1a2e39b6f65b0f6a5879605ddbf12f9f50de4 (diff)
Remove unreferenced function declarations.
These seem to be leftovers from old patches, perhaps. Masahiko Sawada Discussion: https://postgr.es/m/CAD21AoDuAYsRb3Q9aobkFZ6DZMWxsyg4HOmgkwgeWNfSkTwGxw@mail.gmail.com
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/tablecmds.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/include/commands/tablecmds.h b/src/include/commands/tablecmds.h
index b09afa2775b..ac2bfaff1e4 100644
--- a/src/include/commands/tablecmds.h
+++ b/src/include/commands/tablecmds.h
@@ -60,8 +60,6 @@ extern void SetRelationHasSubclass(Oid relationId, bool relhassubclass);
extern ObjectAddress renameatt(RenameStmt *stmt);
-extern ObjectAddress renameatt_type(RenameStmt *stmt);
-
extern ObjectAddress RenameConstraint(RenameStmt *stmt);
extern ObjectAddress RenameRelation(RenameStmt *stmt);