pgsql: Fix missing SP-GiST support in 911e702077

From: Alexander Korotkov <akorotkov(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix missing SP-GiST support in 911e702077
Date: 2020-03-30 20:46:19
Message-ID: E1jJ1IZ-0003ny-SC@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix missing SP-GiST support in 911e702077

911e702077 misses setting of amoptsprocnum for SP-GiST. This commit fixes
that.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/364bdd0b411343747aeca17708ff7817d7fe0b00

Modified Files
--------------
src/backend/access/spgist/spgutils.c | 1 +
1 file changed, 1 insertion(+)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2020-03-30 21:10:56 pgsql: Deduplicate PageIsNew() check in lazy_scan_heap().
Previous Message Alexander Korotkov 2020-03-30 20:43:35 pgsql: Remove rudiments of supporting procnum == 0 from 911e702077