pgsql: Fix comment in regression tests for large objects

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix comment in regression tests for large objects
Date: 2022-06-16 08:28:57
Message-ID: E1o1ks4-000ItF-Sh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tomas Vondra 2022-06-16 13:03:56 pgsql: Revert changes in HOT handling of BRIN indexes
Previous Message Amit Kapila 2022-06-16 03:29:41 pgsql: Fix data inconsistency between publisher and subscriber.