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

1) Fix SQLForeignKeys() in multibyte mode.

2) Fix a bug with NUMERIC scale in case of Parse
  statement option.
3) Remove a no longer needed loop in CC_send_query().

Hiroshi Inoue
This commit is contained in:
Hiroshi Inoue
2001-09-10 08:53:27 +00:00
parent 531126c854
commit 9abd055405
6 changed files with 315 additions and 91 deletions

View File

@ -131,6 +131,7 @@ typedef struct
{
TABLE_INFO *ti; /* resolve to explicit table names */
int precision;
int scale;
int display_size;
int length;
int type;