Minor verbosity increase for analyze

From: Mark Kirkwood <markir(at)paradise(dot)net(dot)nz>
To: pgsql-patches(at)postgresql(dot)org
Subject: Minor verbosity increase for analyze
Date: 2003-07-31 22:05:57
Message-ID: 3F2992C5.1060505@paradise.net.nz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Attached is a (very small) patch to make analyze display some
interesting info in
verbose mode about the analyzed relation (pages, rows per block and rows ).

This is all available in the statistics catalog but I have found it
useful to see it appear as
you run...

mods to :

src/backend/commands/analyze.c

plain diff against current CVS (31/07/2003 NZST)

Best wishes

Mark

Attachment Content-Type Size
analyze.c.diff text/plain 191 bytes

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Gavin Sherry 2003-08-01 00:58:15 Numeric version of factorial()
Previous Message Bruce Momjian 2003-07-31 21:11:51 Re: Autoconf test for incompatible version of flex