We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7685963 commit a4b059fCopy full SHA for a4b059f
src/backend/replication/slotfuncs.c
@@ -76,7 +76,6 @@ pg_create_physical_replication_slot(PG_FUNCTION_ARGS)
76
}
77
else
78
{
79
- values[0] = NameGetDatum(&MyReplicationSlot->data.name);
80
nulls[1] = true;
81
82
0 commit comments