summaryrefslogtreecommitdiff
path: root/src/include/catalog/toasting.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/catalog/toasting.h')
-rw-r--r--src/include/catalog/toasting.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/catalog/toasting.h b/src/include/catalog/toasting.h
index cc5dfed0bf..02af8ead04 100644
--- a/src/include/catalog/toasting.h
+++ b/src/include/catalog/toasting.h
@@ -24,7 +24,7 @@
*/
extern void NewRelationCreateToastTable(Oid relOid, Datum reloptions);
extern void NewHeapCreateToastTable(Oid relOid, Datum reloptions,
- LOCKMODE lockmode);
+ LOCKMODE lockmode, Oid OIDOldToast);
extern void AlterTableCreateToastTable(Oid relOid, Datum reloptions,
LOCKMODE lockmode);
extern void BootstrapToastTable(char *relName,