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-0004eA-Vx@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_2_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/795e10749f1e2e0132cb236b4fe3143cf53b0825

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.