We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7b5554d + fbbf3de commit d770408Copy full SHA for d770408
1 file changed
pgsql/pc_access.c
@@ -581,7 +581,7 @@ Datum pcpatch_unnest(PG_FUNCTION_ARGS)
581
*/
582
serpatch = PG_GETARG_SERPATCH_P(0);
583
patch = pc_patch_deserialize(serpatch,
584
- pc_schema_from_pcid_uncached(serpatch->pcid));
+ pc_schema_from_pcid(serpatch->pcid, fcinfo));
585
586
/* allocate memory for user context */
587
fctx = (pcpatch_unnest_fctx *)palloc(sizeof(pcpatch_unnest_fctx));
0 commit comments