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:
@@ -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
|
||||
|
Reference in New Issue
Block a user