Re: partial heap only tuples

From: Ibrar Ahmed <ibrar(dot)ahmad(at)gmail(dot)com>
To: "Bossart, Nathan" <bossartn(at)amazon(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>, "McAlister, Grant" <grant(at)amazon(dot)com>, "Mlodgenski, Jim" <mlodj(at)amazon(dot)com>, "Nasby, Jim" <nasbyj(at)amazon(dot)com>, "Hsu, John" <hsuchen(at)amazon(dot)com>, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: partial heap only tuples
Date: 2021-03-08 18:14:56
Message-ID: CALtqXTc3UPuSLDKjihGdDiGdVVogg36CJ=REJ538bgQBL1ANqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Wed, Feb 24, 2021 at 3:22 AM Bossart, Nathan <bossartn(at)amazon(dot)com> wrote:

> On 2/10/21, 2:43 PM, "Bruce Momjian" <bruce(at)momjian(dot)us> wrote:
> > I wonder if you should create a Postgres wiki page to document all of
> > this. I agree PG 15 makes sense. I would like to help with this if I
> > can. I will need to study this email more later.
>
> I've started the wiki page for this:
>
> https://wiki.postgresql.org/wiki/Partial_Heap_Only_Tuples
>
> Nathan
>
>
The regression test case (partial-index) is failing

https://cirrus-ci.com/task/5310522716323840

----
=== ./src/test/isolation/output_iso/regression.diffs ===
diff -U3 /tmp/cirrus-ci-build/src/test/isolation/expected/partial-index.out
/tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partial-index.out
--- /tmp/cirrus-ci-build/src/test/isolation/expected/partial-index.out
2021-03-06 23:11:08.018868833 +0000
+++
/tmp/cirrus-ci-build/src/test/isolation/output_iso/results/partial-index.out
2021-03-06 23:26:15.857027075 +0000
@@ -30,6 +30,8 @@
6 a 1
7 a 1
8 a 1
+9 a 2
+10 a 2
step c2: COMMIT;
starting permutation: rxy1 wx1 wy2 c1 rxy2 c2
@@ -83,6 +85,7 @@
6 a 1
7 a 1
8 a 1
+9 a 2
10 a 1
step c1: COMMIT;
----

Can you please take a look at that?

--
Ibrar Ahmed

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Chapman Flack 2021-03-08 18:29:11 Re: [PATCH] regexp_positions ( string text, pattern text, flags text ) → setof int4range[]
Previous Message Jacob Champion 2021-03-08 18:06:32 Re: cryptohash: missing locking functions for OpenSSL <= 1.0.2?