aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/table.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/table.h')
-rw-r--r--src/include/access/table.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/table.h b/src/include/access/table.h
index 453f4dd6a1a..44b0af70f4e 100644
--- a/src/include/access/table.h
+++ b/src/include/access/table.h
@@ -22,7 +22,7 @@
extern Relation table_open(Oid relationId, LOCKMODE lockmode);
extern Relation table_openrv(const RangeVar *relation, LOCKMODE lockmode);
extern Relation table_openrv_extended(const RangeVar *relation,
- LOCKMODE lockmode, bool missing_ok);
+ LOCKMODE lockmode, bool missing_ok);
extern void table_close(Relation relation, LOCKMODE lockmode);
/*