pgsql: Say ANALYZE, not VACUUM, in error message on analyze in hot stan

From: Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Say ANALYZE, not VACUUM, in error message on analyze in hot stan
Date: 2012-10-08 11:26:09
Message-ID: E1TLBTN-0004eB-Vh@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Say ANALYZE, not VACUUM, in error message on analyze in hot standby.

Tomonaru Katsumata

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3c856708e56ceb7025066a800c95b7293e9bd3f5

Modified Files
--------------
src/backend/tcop/utility.c | 12 ++++++++----
1 files changed, 8 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2012-10-08 13:39:10 Re: [COMMITTERS] pgsql: Disable _FORTIFY_SOURCE with ICC
Previous Message Thom Brown 2012-10-08 10:39:49 Re: pgsql: Use the regular main processing loop also in walsenders.