From ef430415e25795ebcdfd208c18d6096bd6780bf4 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Sat, 27 Oct 2007 13:16:43 +0000 Subject: [PATCH] The correction of the previous commit message. 2c2 < 1. Correct the COLUMN_LENGTH return value of SQLColumns() for varchar/bpchar --- > 1. Correct the DISPLAY_SIZE return value of SQLColumns() for varchar/bpchar --- info.c | 2 +- version.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/info.c b/info.c index a585516..7003fda 100644 --- a/info.c +++ b/info.c @@ -1,4 +1,4 @@ -/*-------- +/*-------- * Module: info.c * * Description: This module contains routines related to diff --git a/version.h b/version.h index 10a1ae7..01f4611 100644 --- a/version.h +++ b/version.h @@ -12,6 +12,6 @@ #define POSTGRESDRIVERVERSION "08.02.0501" #define POSTGRES_RESOURCE_VERSION "08.02.0501\0" #define PG_DRVFILE_VERSION 8,2,05,01 -#define PG_BUILD_VERSION "200710280001" +#define PG_BUILD_VERSION "200710280001" #endif -- 2.39.5