diff options
Diffstat (limited to 'src/include/config.h.in')
| -rw-r--r-- | src/include/config.h.in | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/include/config.h.in b/src/include/config.h.in index 0d989dbbb3..01593a4ce9 100644 --- a/src/include/config.h.in +++ b/src/include/config.h.in @@ -8,7 +8,7 @@ * or in config.h afterwards. Of course, if you edit config.h, then your * changes will be overwritten the next time you run configure. * - * $Id: config.h.in,v 1.162 2001/04/14 22:55:02 petere Exp $ + * $Id: config.h.in,v 1.163 2001/05/07 00:43:25 tgl Exp $ */ #ifndef CONFIG_H @@ -157,6 +157,11 @@ #define FUNC_MAX_ARGS INDEX_MAX_KEYS /* + * System default value for pg_attribute.attstattarget + */ +#define DEFAULT_ATTSTATTARGET 10 + +/* * Define this to make libpgtcl's "pg_result -assign" command process C-style * backslash sequences in returned tuple data and convert Postgres array * attributes into Tcl lists. CAUTION: this conversion is *wrong* unless |
