Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ce7565ab91100747d250ef67d72af5c1b01150d4
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2002-07-31T17:19:54Z
Releases: 7.3.1
Instead of having a configure-time DEFAULT_ATTSTATTARGET, store -1 in
attstattarget to indicate 'use the default'.  The default is now a GUC
variable default_statistics_target, and so may be changed on the fly.  Along
the way we gain the ability to have pg_dump dump the per-column statistics
target when it's not the default.  Patch by Neil Conway, with some kibitzing
from Tom Lane.

Files