You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Its ok on v11.3 and v10.3,but there is an error on v11.5.
It seems because of the args passed from the pg ( parent_relid = PG_GETARG_OID(0) ).
Procedures to reproduce :
Problem description
Its ok on v11.3 and v10.3,but there is an error on v11.5.
It seems because of the args passed from the pg ( parent_relid = PG_GETARG_OID(0) ).
Procedures to reproduce :
Environment
pg_pathman | 1.5 | public | Partitioning tool for PostgreSQL
plpgsql | 1.0 | pg_catalog | PL/pgSQL procedural language
postgis | 2.5.3 | public | PostGIS geometry, geography, and raster spatial types and functions
PostgreSQL 11.5 on x86_64-pc-linux-gnu, compiled by gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-36), 64-bit
The text was updated successfully, but these errors were encountered: