pgsql: Fix comment in regression tests for large objects - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: Fix comment in regression tests for large objects
Date
Msg-id E1o1ks4-000ItF-Sh@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix comment in regression tests for large objects

The values assigned to INV_WRITE and INV_READ were reversed in the
tests, which would be confusing when writing tests specific to read or
write operations on LOs.

Author: Yugo Nagata
Discussion: https://postgr.es/m/20220527153028.61a4608f66abcd026fd3806f@sraoss.co.jp

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/664da2a389e5d1d4ebf0f98c82997739cd496e8e

Modified Files
--------------
src/test/regress/expected/largeobject.out   | 4 ++--
src/test/regress/expected/largeobject_1.out | 4 ++--
src/test/regress/sql/largeobject.sql        | 4 ++--
3 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Amit Kapila
Date:
Subject: pgsql: Fix data inconsistency between publisher and subscriber.
Next
From: Tomas Vondra
Date:
Subject: pgsql: Revert changes in HOT handling of BRIN indexes