Re: Reducing opr_sanity test's runtime under CLOBBER_CACHE_ALWAYS
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Andrew Dunstan <andrew@dunslane.net>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2021-05-11T18:30:24Z
Lists: pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes: > +1 for doing it now. Pushed. > You could possibly just move "inet macaddr macaddr8 " to the following > group and so have room for create_function_0. I just tried that and it > seemed happy. I decided that the minimum change would be to push tstypes to the following group, so I did it like that. regards, tom lane
Commits
-
Replace opr_sanity test's binary_coercible() function with C code.
- 6303a5730914 14.0 landed
-
Clean up/tighten up coercibility checks in opr_sanity regression test.
- e9f42d529f99 12.0 cited