Re: pgsql: Remove dead code

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Justin Pryzby <pryzby(at)telsasoft(dot)com>
Cc: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: Re: pgsql: Remove dead code
Date: 2022-12-23 01:05:49
Message-ID: Y6T+7RIenS562w9j@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

On Thu, Dec 22, 2022 at 09:30:41AM -0600, Justin Pryzby wrote:
> This caused me to notice various wrong-looking elog()s.

Nice catch. These have been wrong for quite some time, so I have done
something down to v11 while passing by..
--
Michael

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2022-12-23 02:28:17 pgsql: Fix some incorrectness in upgrade_adapt.sql on query for WITH OI
Previous Message Michael Paquier 2022-12-23 01:05:13 pgsql: Fix come incorrect elog() messages in aclchk.c