pgsql: pg_trgm's set_limit() function is parallel unsafe, not parallel

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pg_trgm's set_limit() function is parallel unsafe, not parallel
Date: 2016-06-20 15:30:03
Message-ID: E1bF19H-0007Nz-Lb@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pg_trgm's set_limit() function is parallel unsafe, not parallel restricted.

Per buildfarm. Fortunately, it's not quite too late to squeeze this fix
into the pg_trgm 1.3 update.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e611515dd6b8edad56baa0f3ae31ff637ca54d52

Modified Files
--------------
contrib/pg_trgm/pg_trgm--1.2--1.3.sql | 2 +-
contrib/pg_trgm/pg_trgm--1.3.sql | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-06-20 19:37:24 pgsql: Add missing check for malloc failure in plpgsql_extra_checks_che
Previous Message Bruce Momjian 2016-06-20 15:09:26 pgsql: docs: clarify use of pg_rewind arguments