1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-25 01:02:05 +03:00

1) Decrease the size of some buffers.

2) Repair broken SQLStatistics().
This commit is contained in:
Hiroshi Inoue
2001-05-17 02:56:37 +00:00
parent 77f277575a
commit e7ffdd4475
2 changed files with 16 additions and 13 deletions

View File

@ -5,7 +5,7 @@
*
* Comments: See "notice.txt" for copyright and license information.
*
* $Id: psqlodbc.h,v 1.42 2001/05/01 00:47:06 inoue Exp $
* $Id: psqlodbc.h,v 1.43 2001/05/17 02:56:37 inoue Exp $
*
*/
@ -191,6 +191,9 @@ typedef struct QueryInfo_
#define PG_NUMERIC_MAX_PRECISION 1000
#define PG_NUMERIC_MAX_SCALE 1000
#define INFO_INQUIRY_LEN 8192 /* this seems sufficiently big for
queries used in info.c inoue 2001/05/17 */
#include "misc.h"
#endif