pgsql: Fix ordering of items in nbtree error message.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix ordering of items in nbtree error message.
Date: 2021-10-27 20:10:40
Message-ID: E1mfpFw-00028e-Df@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix ordering of items in nbtree error message.

Oversight in commit a5213adf.

Backpatch: 13-, just like commit a5213adf.

Branch
------
REL_13_STABLE

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

Modified Files
--------------
src/backend/access/nbtree/nbtinsert.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-10-27 20:41:00 pgsql: Fix typos in comments
Previous Message Daniel Gustafsson 2021-10-27 19:57:42 Re: pgsql: Refactor the sslfiles Makefile target for ease of use