We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84f6d31 commit 583a292Copy full SHA for 583a292
contrib/bytea_toaster/bytea_toaster.c
@@ -57,7 +57,7 @@ do { \
57
} while (0)
58
59
static void
60
-bytea_toaster_init(Relation rel, Datum reloptions, LOCKMODE lockmode,
+bytea_toaster_init(Relation rel, Oid toastoid, Oid toastindexoid, Datum reloptions, LOCKMODE lockmode,
61
bool check, Oid OIDOldToast)
62
{
63
(void) create_toast_table(rel, InvalidOid, InvalidOid, reloptions,
0 commit comments