pgsql: Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.
Date: 2021-09-07 14:52:30
Message-ID: E1mNcSc-0004tv-F6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Finish reverting 3eda9fc09fd6b9a1aec2d0113c633c69c3214b4d.

Commit 67c33a114 should have set v14's catversion back to what it was
before 3eda9fc09, to avoid forcing a useless pg_upgrade cycle on users
of 14beta3. Do that now.

Discussion: https://postgr.es/m/2598498.1630702074@sss.pgh.pa.us

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/8b895374cd9cf6989bcee5b6f70f65f2d3520224

Modified Files
--------------
src/include/catalog/catversion.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2021-09-07 19:03:14 pgsql: windows: Only consider us to be running as service if stderr is
Previous Message Heikki Linnakangas 2021-09-07 09:35:03 Re: pgsql: Fix segfault during EvalPlanQual with mix of local and foreign p