Re: Commit ad2a4ae causing more damages than fixes in regression tests

From: Michael Paquier <michael(dot)paquier(at)gmail(dot)com>
To: Hiroshi Saito <hiroshi(at)winpg(dot)jp>
Cc: PostgreSQL mailing lists <pgsql-odbc(at)postgresql(dot)org>
Subject: Re: Commit ad2a4ae causing more damages than fixes in regression tests
Date: 2014-05-19 02:32:42
Message-ID: CAB7nPqRfKzBy=dTeJdoqTh=Mk3hSTfkXe85PYLtx+_h_=PnOPw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-odbc

Saito-san,

On Fri, May 16, 2014 at 11:37 PM, Hiroshi Saito <hiroshi(at)winpg(dot)jp> wrote:
> Um, it has not been released yet, and it is not in my test case.:-(
> I don't know whether desire it now. However,require in the future.
After some more testing, I am seeing that the diffs in test
catalogfunction that you have introduced with commit ad2a4ae are
reproducible down to 8.4 (didn't go further down):
*** /Users/ioltas/git/pgodbc/test/expected/catalogfunctions.out Fri
May 16 08:13:36 2014
--- /Users/ioltas/git/pgodbc/test/results/catalogfunctions.out Mon
May 19 11:25:36 2014
***************
*** 186,196 ****
contrib_regression public testtab1 _SYSTEM UPDATE YES
contrib_regression public testtab1 _SYSTEM DELETE YES
contrib_regression public testtab1 _SYSTEM REFERENCES YES
- contrib_regression public testtab1 _SYSTEM INSERT YES
- contrib_regression public testtab1 _SYSTEM SELECT YES
- contrib_regression public testtab1 _SYSTEM UPDATE YES
- contrib_regression public testtab1 _SYSTEM DELETE YES
- contrib_regression public testtab1 _SYSTEM REFERENCES YES
Result set:
contrib_regression public testtab1 TABLE
contrib_regression public testtab_fk TABLE
--- 186,191 ----

Could you provide the configuration files you have been using for your
tests? I am afraid that I am not able to understand why you are seeing
such diffs. Heikki, are you noticing that?

This may be as well a bug in the ODBC code, it is somewhat weird to
see two times the same permission entries for the same table
(testtab1) when calling SQLTablePrivileges.
--
Michael

In response to

Responses

Browse pgsql-odbc by date

  From Date Subject
Next Message Michael Paquier 2014-05-19 04:41:04 Ignoring folders generated by Windows builds
Previous Message John Smith 2014-05-18 16:22:15 Problems using SQLFetch on prepared INSERT with RETURNING clause