| From: | David Rowley <drowley(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: Add missing BUFFERS OFF in regression tests, take 2 |
| Date: | 2024-12-11 10:17:07 |
| Message-ID: | E1tLJmE-002B3d-UC@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Add missing BUFFERS OFF in regression tests, take 2
Similar to 9fa1aaa65, but running with -D RELCACHE_FORCE_RELEASE and
-D CATCACHE_FORCE_RELEASE yielded some additional missing places that
needed BUFFERS OFF.
Discussion: https://postgr.es/m/CANNMO++W7MM8T0KyXN3ZheXXt-uLVM3aEtZd+WNfZ=obxffUiA@mail.gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/9df2a4b9316fae76477187bb2b64197169f5c346
Modified Files
--------------
src/test/regress/expected/matview.out | 12 ++++++------
src/test/regress/expected/misc_functions.out | 2 +-
src/test/regress/sql/matview.sql | 12 ++++++------
src/test/regress/sql/misc_functions.sql | 2 +-
4 files changed, 14 insertions(+), 14 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2024-12-11 11:50:28 | pgsql: Fix a memory leak in dumping functions with TRANSFORMs |
| Previous Message | David Rowley | 2024-12-11 09:57:05 | pgsql: Add missing BUFFERS OFF in select_into regression tests |