Version 12.6.7 v12

EDB Postgres Advanced Server 12.6.7 includes the following bug fixes:

TypeDescriptionIDCategory
Upstream MergeMerged with community PostgreSQL 12.6. See the community Release Notes for details.
Bug FixUse correct relation information while loading into multiple tables with a single control file to avoid unexpected behavior. [Support Ticket: #1165964]DB973edbldr
Bug FixFor nested subprocedures, verify that a set-returning function is called in a valid place or not.DB-946
Bug FixSkip fetching hidden columns in IMPORT FOREIGN SCHEMA. [Support Ticket: #1151273]DB-945postgres_fdw
Bug FixSkip parallel mode check in nextval() when it's been called for rowid during CREATE TABLE AS SELECT. (#1115113)DB-937
Bug FixSkip SQL Protect-related files when running pg_checksums or pg_verify_checksums. [Support Ticket: #1140841]DB-919
Bug FixForbid CONNECT_BY_ROOT and SYS_CONNECT_BY_PATH in join expressions.DB-914
Bug FixCorrect start position handling with multibyte encodings in INSTR. [Support Ticket: #1133262]DB-911
Bug FixRemove obsolete function overloading check condition in pg_dump. [Support Ticket: #1133344]DB-892
Bug FixFix handling of whitespaces when the delimiter is whitespace. [Support Ticket: #1060286]DB-739edbldr