pgsql: Fix crash/valgrind error - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Fix crash/valgrind error
Date
Msg-id E1u0gRA-002dHN-0l@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Fix crash/valgrind error

Fix for commit 9ef1851685b: We have to skip indexes where sortopfamily
is NULL.  This takes the place of the previous btree check.  Detected
by valgrind on the buildfarm.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ee1ae8b99f964ca1edc038dd558e541832164d52

Modified Files
--------------
src/backend/utils/adt/selfuncs.c | 4 ++++
1 file changed, 4 insertions(+)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: docs: Clarify that NULL arg to set_config() means reset to defau
Next
From: Alexander Korotkov
Date:
Subject: pgsql: Extract make_SAOP_expr() function from match_orclause_to_indexco