pgsql: Make regress function make_tuple_indirect() able to handle plain

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make regress function make_tuple_indirect() able to handle plain
Date: 2024-06-17 05:27:52
Message-ID: E1sJ4uF-001qf1-VN@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Make regress function make_tuple_indirect() able to handle plain attributes

The function has been introduced in 368202501539 to test at a low level
the new kinds of external toast datums, and would fail on OOM when
dealing with a plain storage attribute. The existing tests of
indirect_toast do not test this case, still the error generated was
confusing.

Author: Alexander Lakhin
Discussion: https://postgr.es/m/250a21e5-d677-6b2a-2692-cd4233785e37@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8f1888eb6d6023b80525fbf7a8a1053daa6eb31e

Modified Files
--------------
src/test/regress/regress.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2024-06-17 07:59:22 pgsql: pg_createsubscriber: Only --recovery-timeout controls the end of
Previous Message Michael Paquier 2024-06-17 04:53:06 pgsql: doc: Mention modules/injection_points as example for injection p