Re: [GENERAL] Building PostgreSQL 9.6devel sources with Microsoft Visual C++ 2015?

2017-02-23 Thread Sandeep Thakkar
On Thu, Feb 23, 2017 at 7:03 PM, Michael Paquier wrote: > On Thu, Feb 23, 2017 at 10:14 PM, Sandeep Thakkar > wrote: > > I see that the commit 0fb54de9aa4ffb792ea63af853146021ae501f12 adds > support > > to build with Visual Studio 2015. But, I tried building 9.6.2 and it

Re: [GENERAL] Building PostgreSQL 9.6devel sources with Microsoft Visual C++ 2015?

2017-02-23 Thread Sandeep Thakkar
ael Paquier writes: > > On Mon, Jan 4, 2016 at 9:40 PM, Sandeep Thakkar > > wrote: > >> ... We tried building it with Visual Studio 2015 and Windows 10 > >> SDK, but see build errors like > >> > >> src/backend/utils/adt/pg_locale.c(809): error C203

[GENERAL] Building PostgreSQL 9.6devel sources with Microsoft Visual C++ 2015?

2016-01-04 Thread Sandeep Thakkar
it with Visual Studio 2015 and Windows 10 SDK, but see build errors like src/backend/utils/adt/pg_locale.c(809): error C2037: left of 'locale_name' specifies undefined struct/union '__crt_locale_data' -- Sandeep Thakkar

Re: [GENERAL] Windows releases - Bundle OpenSSL includes and .libs in the installer?

2014-07-03 Thread Sandeep Thakkar
Okay. For psqlODBC, the dependencies only include gettext and OpenSSL. On Thu, Jul 3, 2014 at 2:08 PM, Dave Page wrote: > I think the point is that Craig is asking for the headers and import > libraries for all deps, not just OpenSSL. > > > On Thu, Jul 3, 2014 at 9:35 AM,

Re: [GENERAL] Windows releases - Bundle OpenSSL includes and .libs in the installer?

2014-07-03 Thread Sandeep Thakkar
d have them > > work properly. Now it's only an issue if your app also needs to use > > OpenSSL, gettext, etc its self. > > > > Thoughts? > > > > -- > > Craig Ringer http://www.2ndQuadrant.com/ > > PostgreSQL Development, 24x7

Re: [GENERAL] EDB installer should check for valid %COMSPEC%

2013-03-07 Thread Sandeep Thakkar
ql-9-2 > > -- > Craig Ringer http://www.2ndQuadrant.com/ > PostgreSQL Development, 24x7 Support, Training & Services > > -- Sandeep Thakkar Senior Software Engineer EnterpriseDB Corporation The Enterprise Postgres Company Phone: +91.20.30589523 Website: www.enterpr

[GENERAL] Getting pgsnmpd using rsync/sup

2010-05-07 Thread Sandeep Thakkar
I checkout the pgsnmpd using command "cvs -d pserver:anonym...@cvs.pgfoundry.org:/cvsroot/pgsnmpd checkout -r REL1_0 pgsnmpd" Now, I want to setup the local mirror and wants to checkout the sources from there. I use the following command: $rsync -av cvs.pgfoundry.org:/cvsroot/pgsnmpd/* . Passw