Re: enable_incremental_sort changes query behavior

From: rbrooks <rbrooks(at)ctrlv(dot)ca>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Re: enable_incremental_sort changes query behavior
Date: 2021-03-01 19:23:17
Message-ID: 1614626597083-0.post@n3.nabble.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Just a bump to see if there is a time frame for a fix on this.

Google Cloud doesn't yet support setting the *enable_incremental_sort * flag
yet.
Was able to temporarily resolve by running the following though:

ALTER DATABASE corpdb SET enable_incremental_sort TO OFF;

Hope this helps others until the core issue has been resolved.

--
Sent from: https://www.postgresql-archive.org/PostgreSQL-hackers-f1928748.html

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Mark Dilger 2021-03-01 19:58:15 Re: Use extended statistics to estimate (Var op Var) clauses
Previous Message Mark Dilger 2021-03-01 19:21:59 Re: [PATCH] Improve amcheck to also check UNIQUE constraint in btree index.