Re: Making sslrootcert=system work on Windows psql

2025-04-03 Thread Sandeep Thakkar
-installers/issues/264) > homebrew — was working already > > ## Linux > Debian/Ubuntu — now Recommends ca-certificates ( > https://salsa.debian.org/postgresql/postgresql/-/commit/96077ad61c36386646cdd9b5ce0e423a357ce73b > ) > > ## Windows > EDB installer — in progress > WSL1, WSL2 (Ubuntu, openSUSE) — was working already > > -- Sandeep Thakkar

Re: EDB Installer initcluster script changes - review requested

2025-02-04 Thread Sandeep Thakkar
ssues. > > > -------- >> > Thanks >> > Manika Singhal >> > >> > >> > >> > Links: >> > -- >> > [1] https://github.com/EnterpriseDB/edb-installers/issues/98 >> > [2] >> > >> https://www.postgresql.org/message-id/ca+hukgl5mbn3jquebapbx0yxdntpui04j+ksy2f7kbbhlga...@mail.gmail.com >> >> -- >> Best regards, >> >> Vladlen Popolitov. >> > -- Sandeep Thakkar

Re: PostgreSQL 17 RC1 & GA dates

2024-09-23 Thread Sandeep Thakkar
is not ready, please plan for this date to be the GA > release. > > Thanks, > > Jonathan > > [1] https://wiki.postgresql.org/wiki/PostgreSQL_17_Open_Items > -- Sandeep Thakkar

Re: HEAD build error on Fedora 39

2024-05-23 Thread Sandeep Thakkar
ad external entity > "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"; > <http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd> > ]> > > > It's working on my Fedora 39. This error suggests to me that you don't > have docbook-dtds installed. If you do, then I don't know :-) > > cheers > > andrew > > -- > Andrew Dunstan > EDB: https://www.enterprisedb.com > > -- Sandeep Thakkar

Re: zlib detection in Meson on Windows broken?

2024-05-21 Thread Sandeep Thakkar
Hi Dave, On Tue, May 21, 2024 at 3:12 PM Dave Page wrote: > Hi Sandeep, Nazir, > > On Tue, 21 May 2024 at 10:14, Nazir Bilal Yavuz > wrote: > >> Hi, >> >> On Tue, 21 May 2024 at 10:20, Sandeep Thakkar >> wrote: >> > >> > Hi Dave, >&

Re: zlib detection in Meson on Windows broken?

2024-05-21 Thread Sandeep Thakkar
ven the command line it's > reporting: > > cl > C:\Users\dpage\git\postgresql\build\meson-private\tmpg_h4xcue\testfile.c > /nologo /showIncludes /utf-8 /EP /nologo /showIncludes /utf-8 /EP /Od /Oi- > > Bug, or am I doing something silly? > > > -- > Dave Page > pgAdmin: https://www.pgadmin.org > PostgreSQL: https://www.postgresql.org > EDB: https://www.enterprisedb.com > > -- Sandeep Thakkar

Re: "ERROR: latch already owned" on gharial

2022-07-12 Thread Sandeep Thakkar
these. > > I have commented out the BF stuff in crontab on that machine. > > -- > Robert Haas > EDB: http://www.enterprisedb.com > > > -- Sandeep Thakkar

Re: [PATCH v3 1/1] Fix detection of preadv/pwritev support for OSX.

2021-06-20 Thread Sandeep Thakkar
s, which is > synonymous with MACOSX_DEPLOYMENT_TARGET. We've been successfully building > packages that way for a decade or more. > > -- > Dave Page > Blog: https://pgsnake.blogspot.com > Twitter: @pgsnake > > EDB: https://www.enterprisedb.com > > -- Sandeep Thakkar

Re: [PATCH v3 1/1] Fix detection of preadv/pwritev support for OSX.

2021-05-18 Thread Sandeep Thakkar
e root cause(improper > detection of target deployment API availability in probes) in some > way as this will probably continue to be an issue otherwise, we already > know that improving PG_SYSROOT selection can not fix the root issue > but rather tries to workaround it in a way that is pretty much guaranteed > to be brittle. > > Is there any approach to fixing the root cause of this issue that you think > would be acceptable? > > > > > regards, tom lane > > > -- Sandeep Thakkar

Re: PG v12.2 - Setting jit_above_cost is causing the server to crash

2020-03-19 Thread Sandeep Thakkar
; but still the query would crash the server process when JIT is enabled. Later we applied these entitlements to the PG binaries (postgres, pg_ctl and others) and the bundles (llvmjit.so and others) which actually resolved the problem. The updates will be released in a couple of days. -- > Dave Page > Blog: http://pgsnake.blogspot.com > Twitter: @pgsnake > > EnterpriseDB UK: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > -- Sandeep Thakkar

Re: PostgreSQL 12 Beta 4

2019-09-09 Thread Sandeep Thakkar
gt; Thanks for all of your efforts in getting PostgreSQL 12 ready for > general availability! > > Jonathan > > [1] https://wiki.postgresql.org/wiki/PostgreSQL_12_Open_Items > > -- Sandeep Thakkar

Re: Problem with EDB 11.0 Windows x64 distributions

2018-10-25 Thread Sandeep Thakkar
On Thu, Oct 25, 2018 at 4:58 PM Christian Ullrich wrote: > * Sandeep Thakkar wrote: > > > There shouldn't be any problem with the installer (in non extract-only > > mode) and all the dependencies should be in place. Let us know if any > > binary is not working.

Re: Problem with EDB 11.0 Windows x64 distributions

2018-10-24 Thread Sandeep Thakkar
eded, is it? > > > Files involved: > > - postgresql-11.0-2-windows-x64-binaries.zip >SHA1: 167c37a61a60737d9e3461b845fc2baa8db34bd5 > > - postgresql-11.0-2-windows-x64.exe (--extract-only 1) >SHA1: 67a0e27e69375404df8967ab81383d26f22c94b5 > > -- > Christian > -- Sandeep Thakkar

Re: Perl 5.26 and windows build system

2018-10-17 Thread Sandeep Thakkar
with Strawberry Perl 5.26. We use 5.24 to execute the build.pl. > Active State seems to abandon support for 32-bit windows and strawberry > perl license allows redistribution. > -- > > > -- Sandeep Thakkar

Re: PostgreSQL 11 RC1 + GA Dates

2018-10-14 Thread Sandeep Thakkar
thank you for all of your hard work on > developing PostgreSQL 11. It is exciting that we are finally at this > point where we are ready to make our major release. > > Jonathan > > -- Sandeep Thakkar

Re: [HACKERS] git down

2018-09-04 Thread Sandeep Thakkar
at actually was the root > cause. > > > -- > Magnus Hagander > Me: https://www.hagander.net/ <http://www.hagander.net/> > Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/> > -- Sandeep Thakkar

Re: Windows vs C99 (was Re: C99 compliance for src/port/snprintf.c)

2018-08-22 Thread Sandeep Thakkar
On Wed, Aug 22, 2018 at 5:32 PM, Andres Freund wrote: > Hi, > > On 2018-08-22 17:17:27 +0530, Sandeep Thakkar wrote: > > > We build windows binaries (>=9.3) on Windows 7 and Windows Server 2012 > R2. > > For 9.3, the Visual Studio version is 2010 and for 9.4 and v10

Re: Windows vs C99 (was Re: C99 compliance for src/port/snprintf.c)

2018-08-22 Thread Sandeep Thakkar
but > that's a somewhat orthogonal decision. > > We build windows binaries (>=9.3) on Windows 7 and Windows Server 2012 R2. For 9.3, the Visual Studio version is 2010 and for 9.4 and v10, we use 2013. For v11, we use 2017. > Greetings, > > Andres Freund > -- Sandeep Thakkar

Re: C99 compliance for src/port/snprintf.c

2018-08-22 Thread Sandeep Thakkar
igsql/postgresql/installers/ > seems to indicate that packages aren't updated anymore. While it says > "(09-Aug-18)" besides the major versions, it does not actually in fact > have the last set of minor releases. I suspect that's related to > openscg's acquisition by amazon? Either they need to catch up, or we > need to take down the page and probably alert people about that fact. > > Greetings, > > Andres Freund > -- Sandeep Thakkar

Re: master fails to build on Windows

2018-05-18 Thread Sandeep Thakkar
On Fri, May 18, 2018 at 5:19 PM, John Naylor wrote: > On 5/18/18, Sandeep Thakkar wrote: > > Hi > > > > I was building the sources I got from https://www.postgresql.org/ > > ftp/snapshot/dev/ on Windows x64 and got the whole bunch of errors > > like "*

master fails to build on Windows

2018-05-18 Thread Sandeep Thakkar
win32_msvc;$ includes\%(AdditionalIncludeDirectories) commit 9c0a0de4c91b2dc911220d769cf2c5f754cfcb90 Author: Tom Lane Date: Sun Apr 8 13:59:52 2018 -0400 -- Sandeep Thakkar v11-win64-errors.log Description: Binary data

pg_locale compilation error with Visual Studio 2017

2018-05-11 Thread Sandeep Thakkar
also fails to compile with the same errors plus some additional errors. Is it that Visual Studio 2017 is not completely supported as of now and the latest version that should be used is VS 2015? Or should I be using the older Windows SDK and toolset? I tried with Windows 8.1 as well but it had some

Re: MSVC builld of 9.5.12 is broken?

2018-02-27 Thread Sandeep Thakkar
ed external symbol _appendStringLiteralConn referenced in function _appendQualifiedRelation [D:\pginstaller.auto\postgres.windows\pg_isready.vcxproj] .\Release\pg_isready\pg_isready.exe : fatal error LNK1120: 2 unresolved externals [D:\pginstaller.auto\postgres.windows\pg_isready.vcxproj] -- > -- > Magnus Hagander > Me: https://www.hagander.net/ <http://www.hagander.net/> > Work: https://www.redpill-linpro.com/ <http://www.redpill-linpro.com/> > -- Sandeep Thakkar EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company