Re: The json_table function returns an incorrect column type

2024-08-21 Thread Imran Zaheer
lue, JS_FORMAT_JSON, InvalidOid, false); This solves the problem but some tests are still failing. Don't know whether the default format should be JSON(looks like oracle did something like this ) or text However, just sharing some findings here. Thanks Imran Zaheer [1]: https://github.com/pos

Re: SQL Property Graph Queries (SQL/PGQ)

2024-08-04 Thread Imran Zaheer
Hi I am attaching a new patch for a minor feature addition. - Adding support for 'Labels and properties: EXCEPT list' Please let me know if something is missing. Thanks and Regards Imran Zaheer On Mon, Jul 22, 2024 at 9:02 PM Ashutosh Bapat wrote: > > On Wed, Jul 17, 2024 at 1

Re: Windows: openssl & gssapi dislike each other

2024-07-10 Thread Imran Zaheer
On Tue, Jul 9, 2024 at 2:32 AM Andres Freund wrote: > > Hi, > > > On 2024-06-13 00:12:51 +0900, Imran Zaheer wrote: > > I removed the macro from the sslinfo.c as suggested by Andrew. Then I > > was thinking maybe we can undo some other similar code. > > What pr

Re: Windows: openssl & gssapi dislike each other

2024-06-12 Thread Imran Zaheer
. Thanks Imran Zaheer Bitnine [1]: https://github.com/postgres/postgres/commit/1241fcbd7e649414f09f9858ba73e63975dcff64 [2]: https://github.com/postgres/postgres/commit/568620dfd6912351b4127435eca5309f823abde8 On Wed, Jun 12, 2024 at 12:34 AM Dave Page wrote: > > > > On Tue, 11 Jun 2

Re: Windows: openssl & gssapi dislike each other

2024-06-09 Thread Imran Zaheer
error generated with ninja build. OR 2). Right after the gssapi includes in libpq-be.h Thanks Imran Zaheer Bitnine [1]: https://github.com/postgres/postgres/blob/00ac25a3c365004821e819653c3307acd3294818/src/backend/libpq/be-secure-openssl.c#L46 On Sun, Jun 9, 2024 at 7:21 AM Tom Lane wrote

Re: Windows: openssl & gssapi dislike each other

2024-06-08 Thread Imran Zaheer
0e/src/backend/libpq/be-secure-openssl.c#L46 [2]: https://github.com/openssl/openssl/issues/10307#issuecomment-964155382 [3]: https://github.com/postgres/postgres/blob/00ac25a3c365004821e819653c3307acd3294818/contrib/sslinfo/sslinfo.c#L29 Thanks Imran Zaheer Bitnine v01-0001-approach-01-Reor

Re: errors building on windows using meson

2024-05-28 Thread Imran Zaheer
Hi I was facing the same error when using active state perl for compiling postgres with meson on windows. I used active state perl because it was working fine for pg compilations until pg-16. Using choco strawberry perl solved my problem. Thanks Imran Zaheer On Wed, 29 May 2024 at 00:22