mirror of
https://github.com/pgpointcloud/pointcloud.git
synced 2025-12-08 20:36:04 +00:00
Use cached schema if available
This commit is contained in:
parent
7b5554db00
commit
fbbf3de644
@ -581,7 +581,7 @@ Datum pcpatch_unnest(PG_FUNCTION_ARGS)
|
||||
*/
|
||||
serpatch = PG_GETARG_SERPATCH_P(0);
|
||||
patch = pc_patch_deserialize(serpatch,
|
||||
pc_schema_from_pcid_uncached(serpatch->pcid));
|
||||
pc_schema_from_pcid(serpatch->pcid, fcinfo));
|
||||
|
||||
/* allocate memory for user context */
|
||||
fctx = (pcpatch_unnest_fctx *)palloc(sizeof(pcpatch_unnest_fctx));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user