pgsql: Add CREATE INDEX deduplication assertions.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add CREATE INDEX deduplication assertions.
Date: 2020-03-31 21:39:35
Message-ID: E1jJObf-0004wH-0z@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add CREATE INDEX deduplication assertions.

Add two assertions that verify the assumptions about posting list tuple
space accounting and suffix truncation made within nbtsort.c.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/7dbe290da446544a04ace7d342841070f062a0ed

Modified Files
--------------
src/backend/access/nbtree/nbtsort.c | 2 ++
1 file changed, 2 insertions(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2020-03-31 21:52:55 pgsql: doc: restore wording from recent patch "rolled back to"
Previous Message Bruce Momjian 2020-03-31 21:37:24 Re: pgsql: dummy commit