From: | Sandeep Thakkar <sandeep(dot)thakkar(at)enterprisedb(dot)com> |
---|---|
To: | Paresh More <paresh(dot)more(at)enterprisedb(dot)com> |
Cc: | "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: Patch - Tcl 8.6 version support for PostgreSQL |
Date: | 2017-04-22 17:58:49 |
Message-ID: | CANFyU941958Q36cTbWo9XRNp8X=TTU2wB9n1nRyjseVB33KbvQ@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(dot)more(at)enterprisedb(dot)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*
>
> [image: NEW-EDB-logo-4c]
>
> Pune, India.
>
--
Sandeep Thakkar
EDB
Attachment | Content-Type | Size |
---|---|---|
Mkvcbuild_Tcl86_94-92.patch | application/octet-stream | 723 bytes |
Mkvcbuild_Tcl86_95-master.patch | application/octet-stream | 723 bytes |
From | Date | Subject | |
---|---|---|---|
Next Message | Andres Freund | 2017-04-22 18:31:23 | valgrind error in subscription code |
Previous Message | Tom Lane | 2017-04-22 17:51:30 | A note about debugging TAP failures |