]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Make regress function make_tuple_indirect() able to handle plain attributes
authorMichael Paquier <michael@paquier.xyz>
Mon, 17 Jun 2024 05:26:27 +0000 (14:26 +0900)
committerMichael Paquier <michael@paquier.xyz>
Mon, 17 Jun 2024 05:26:27 +0000 (14:26 +0900)
commit8f1888eb6d6023b80525fbf7a8a1053daa6eb31e
treec62245402346b8e71744637112049c247fe9fd94
parentfaaa0d279899f037b4a6472a00fcd14a321e64c7
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
src/test/regress/regress.c