pgsql: Upgrade internal error message to external - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Upgrade internal error message to external
Date
Msg-id E1hfLnB-0002OQ-Dy@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Upgrade internal error message to external

As part of REINDEX CONCURRENTLY, this formerly internal-only error
message becomes potentially user-visible (see regression tests), so
change from errmsg_internal() to errmsg(), and update comment.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/12e037e2090b1a6446376814ea0419463b02c254

Modified Files
--------------
src/backend/catalog/index.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)


pgsql-committers by date:

Previous
From: Noah Misch
Date:
Subject: pgsql: Don't call PG_RETURN_BOOL() in a function not returning Datum.
Next
From: Tom Lane
Date:
Subject: pgsql: Drop test user when done with it.