remove unnecessary table_open/close from makeArrayTypeName - Mailing list pgsql-hackers

From Alvaro Herrera
Subject remove unnecessary table_open/close from makeArrayTypeName
Date
Msg-id 20191218221326.GA25537@alvherre.pgsql
Whole thread Raw
Responses Re: remove unnecessary table_open/close from makeArrayTypeName  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Commit bc8036fc666a (12 years ago) seems to have introduced an
unnecessary catalog heap_open/close in order to do syscache accesses.
I presume a preliminary version of the patch used sysscans or something.
I don't think that's necessary, so this patch removes it.

(I noticed while reading Paul Jungwirth's patch that changes how this
works.)

-- 
Álvaro Herrera                         Developer, https://www.PostgreSQL.org/

Attachment

pgsql-hackers by date:

Previous
From: Mark Dilger
Date:
Subject: Read Uncommitted regression test coverage
Next
From: Tom Lane
Date:
Subject: Re: Read Uncommitted regression test coverage