1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

The last patch fixes some incongruences in the #define used to compile the

Tcl arrays support. Here are the correct values to be defined in config.h
and pgtclCmds.c.

Submitted by: Massimo Dal Zotto <dz@cs.unitn.it>
This commit is contained in:
Marc G. Fournier
1997-01-23 19:47:18 +00:00
parent 37a8bdba43
commit fdaf47f9f4
2 changed files with 7 additions and 7 deletions

View File

@@ -318,7 +318,7 @@ typedef unsigned char slock_t;
* of postgres C-like arrays, for example {{"a1" "a2"} {"b1" "b2"}} instead
* of {{"a1","a2"},{"b1","b2"}}.
*/
#define TCL_ARRAY
#define TCL_ARRAYS
/*
* The comparison routines for text and char data type give incorrect results