Re: ODBC Patch - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: ODBC Patch
Date
Msg-id 200102122146.QAA25154@candle.pha.pa.us
Whole thread Raw
In response to RE: ODBC Patch  (Dave Page <dpage@vale-housing.co.uk>)
List pgsql-patches
OK, attached is the resource.h file, run through pgindent.  Looks good.
Committed.


[ Charset ISO-8859-1 unsupported, converting... ]
>
>
> > -----Original Message-----
> > From: Bruce Momjian [mailto:pgman@candle.pha.pa.us]
> > Sent: 12 February 2001 18:32
> > To: Dave Page
> > Cc: 'Tom Lane'; 'pgsql-patches@postgresql.org'
> > Subject: Re: [PATCHES] ODBC Patch
> >
> >
> >
> > It is my understanding that resource.h is changed only when a new
> > option is added t psqlodbc.rc.  It does not change with a
> > version number
> > change because resource.h doesn't contain a version number.
> >
>
> I've just tested with MS VC++ SP4 and it will not update psqlodbc.rc without
> rewriting resource.h even if you only change the version number. If you say
> No when prompted to update resource.h, it then doesn't update psqlodbc.rc
> either.
>
> > Dave, can you send me the MS-generated resource.h for me to test with
> > and cvs commit?  Thanks.
>
> Attached.
>
> Regards, Dave.
>


--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026
/* {{NO_DEPENDENCIES}} */
/*    Microsoft Developer Studio generated include file. */
/*    Used by psqlodbc.rc */
/*    */
#define IDS_BADDSN                        1
#define IDS_MSGTITLE                    2
#define DLG_OPTIONS_DRV                    102
#define DLG_OPTIONS_DS                    103
#define IDC_DSNAME                        400
#define IDC_DSNAMETEXT                    401
#define IDC_DESC                        404
#define IDC_SERVER                        407
#define IDC_DATABASE                    408
#define DLG_CONFIG                        1001
#define IDC_PORT                        1002
#define IDC_USER                        1006
#define IDC_PASSWORD                    1009
#define DS_READONLY                        1011
#define DS_SHOWOIDCOLUMN                1012
#define DS_FAKEOIDINDEX                    1013
#define DRV_COMMLOG                        1014
#define IDC_DATASOURCE                    1018
#define DRV_OPTIMIZER                    1019
#define DS_CONNSETTINGS                    1020
#define IDC_DRIVER                        1021
#define DRV_CONNSETTINGS                1031
#define DRV_UNIQUEINDEX                    1032
#define DRV_UNKNOWN_MAX                    1035
#define DRV_UNKNOWN_DONTKNOW            1036
#define DRV_READONLY                    1037
#define IDC_DESCTEXT                    1039
#define DRV_MSG_LABEL                    1040
#define DRV_UNKNOWN_LONGEST                1041
#define DRV_TEXT_LONGVARCHAR            1043
#define DRV_UNKNOWNS_LONGVARCHAR        1044
#define DRV_CACHE_SIZE                    1045
#define DRV_VARCHAR_SIZE                1046
#define DRV_LONGVARCHAR_SIZE            1047
#define IDDEFAULTS                        1048
#define DRV_USEDECLAREFETCH                1049
#define DRV_BOOLS_CHAR                    1050
#define DS_SHOWSYSTEMTABLES                1051
#define DRV_EXTRASYSTABLEPREFIXES        1051
#define DS_ROWVERSIONING                1052
#define DRV_PARSE                        1052
#define DRV_CANCELASFREESTMT            1053
#define IDC_OPTIONS                        1054
#define DRV_KSQO                        1055
#define DS_PG64                            1057

/*    Next default values for new objects */
/*     */
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        104
#define _APS_NEXT_COMMAND_VALUE            40001
#define _APS_NEXT_CONTROL_VALUE            1060
#define _APS_NEXT_SYMED_VALUE            101
#endif
#endif

pgsql-patches by date:

Previous
From: Zeugswetter Andreas SB
Date:
Subject: timestamp fix for AIX and IRIX as discussed
Next
From: andrea gelmini
Date:
Subject: Re: oid2name silly patch