Fix non-specific error message.

Robert Haas <rhaas@postgresql.org>

Commit: 34dffa0224bd34e0fa27b464f1821c9c43f07703
Author: Robert Haas <rhaas@postgresql.org>
Date: 2022-08-11T18:12:11Z
Releases: 16.0
Fix non-specific error message.

"something has gone wrong" is not helpful. Make this elog()
consistent with the other one in the same function.

Discussion: http://postgr.es/m/CA+Tgmoa_AZ2jUWSA_noiqOqnxBaWDR+t3bHjSygZi6+wqDBCXQ@mail.gmail.com

Files

PathChange+/−
src/backend/postmaster/auxprocess.c modified +1 −1

Discussion