Re: [HACKERS] Patch - Tcl 8.6 version support for PostgreSQL - Mailing list pgsql-hackers

From Sandeep Thakkar
Subject Re: [HACKERS] Patch - Tcl 8.6 version support for PostgreSQL
Date
Msg-id CANFyU941958Q36cTbWo9XRNp8X=TTU2wB9n1nRyjseVB33KbvQ@mail.gmail.com
Whole thread Raw
In response to [HACKERS] Patch - Tcl 8.6 version support for PostgreSQL  (Paresh More <paresh.more@enterprisedb.com>)
Responses Re: [HACKERS] Patch - Tcl 8.6 version support for PostgreSQL  (Robert Haas <robertmhaas@gmail.com>)
Re: [HACKERS] Patch - Tcl 8.6 version support for PostgreSQL  (Andres Freund <andres@anarazel.de>)
List pgsql-hackers
Tcl8.6 is already supported in PostgreSQL. It was just missing the required changes for Windows build system. Can someone please review and commit the attached patches?

- Mkvcbuild_Tcl86_94-92.patch (This applies to 9.4, 9.3 and 9.2)
- Mkvcbuild_Tcl86_95-master.patch (This applies to 9.5, 9.6 and master)

Thanks.

On Thu, Apr 20, 2017 at 2:02 PM, Paresh More <paresh.more@enterprisedb.com> wrote:
Hello Team

This is regarding Tcl version (8.6) support in PostgreSQL.

Currently in PostgreSQL server file  (src/tools/msvc/Mkvcbuild.pm) it supports only till Tcl version 8.5

Attach patch contains adding Tcl 8.6 support.
 

Please Note - In Tcl8.6, the library name now contains an extra 't" in it. 
Tcl 8.6 - tcl86t.lib
Tcl 8.5 - tcl85.lib

Can you please review the patch and commit for PostgreSQL.


--

Thanks & Regards

Paresh More

NEW-EDB-logo-4c

Pune, India.




--
Sandeep Thakkar
EDB


Attachment

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: [HACKERS] A note about debugging TAP failures
Next
From: Andres Freund
Date:
Subject: [HACKERS] valgrind error in subscription code