pgsql: Fix collprovider of predefined collations

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix collprovider of predefined collations
Date: 2017-06-13 12:56:51
Message-ID: E1dKlNL-0006RD-J5@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix collprovider of predefined collations

An earlier version of the patch had collprovider as an integer and thus
set these to 0, but the correct setting is now null.

Branch
------
master

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

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
src/include/catalog/pg_collation.h | 6 +++---
2 files changed, 4 insertions(+), 4 deletions(-)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Eisentraut 2017-06-13 13:14:34 pgsql: Use correct ICU path for Windows 32 vs. 64 bit
Previous Message Amit Langote 2017-06-13 04:20:15 Re: pgsql: Apply RLS policies to partitioned tables.