summaryrefslogtreecommitdiff
path: root/src/include/commands
diff options
context:
space:
mode:
authorJan Wieck1999-12-21 22:39:02 +0000
committerJan Wieck1999-12-21 22:39:02 +0000
commit3e991585487ab58b77d24298467a2b170f61b4ed (patch)
treef5d4703ca4196accada6fdf92a130d7baf1adcd1 /src/include/commands
parentb57b0e044538990550b7169f8489624e73f98ca1 (diff)
update_pg_pwd() is an AR trigger. Corrected return type.
Jan
Diffstat (limited to 'src/include/commands')
-rw-r--r--src/include/commands/user.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/user.h b/src/include/commands/user.h
index 86a094b0859..036f1576820 100644
--- a/src/include/commands/user.h
+++ b/src/include/commands/user.h
@@ -21,6 +21,6 @@ extern void CreateGroup(CreateGroupStmt *stmt, CommandDest dest);
extern void AlterGroup(AlterGroupStmt *stmt, CommandDest dest);
extern void DropGroup(DropGroupStmt *stmt, CommandDest dest);
-extern void update_pg_pwd(void);
+extern HeapTuple update_pg_pwd(void);
#endif /* USER_H */