From 90c35a9ed06c1353a0d3818c259e629ff09dba18 Mon Sep 17 00:00:00 2001 From: Tom Lane Date: Sun, 8 Mar 2015 12:18:43 -0400 Subject: Code cleanup for REINDEX DATABASE/SCHEMA/SYSTEM. Fix some minor infelicities. Some of these things were introduced in commit fe263d115a7dd16095b8b8f1e943aff2bb4574d2, and some are older. --- src/include/commands/defrem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/commands') diff --git a/src/include/commands/defrem.h b/src/include/commands/defrem.h index 9e3e93b6055..a9c67838a63 100644 --- a/src/include/commands/defrem.h +++ b/src/include/commands/defrem.h @@ -31,7 +31,7 @@ extern ObjectAddress DefineIndex(Oid relationId, bool quiet); extern Oid ReindexIndex(RangeVar *indexRelation); extern Oid ReindexTable(RangeVar *relation); -extern Oid ReindexObject(const char *databaseName, ReindexObjectType kind); +extern void ReindexMultipleTables(const char *objectName, ReindexObjectType objectKind); extern char *makeObjectName(const char *name1, const char *name2, const char *label); extern char *ChooseRelationName(const char *name1, const char *name2, -- cgit v1.2.3