[PATCH] Windows port: add support to setenv function

From: Ranier Vf <ranier(dot)vf(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: [PATCH] Windows port: add support to setenv function
Date: 2019-12-18 18:20:40
Message-ID: CAEudQArtoobDWsYV300qPrg4Nms_v6DkiBiewZ9nzn+KQKd9Qw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

According to [1], windows does not support setenv.
With the possibility of setenv going further [2], I am submitting in this
thread, the patch to add setenv support on the windows side,
It is based on pre-existing functions, and seeks to correctly emulate the
functioning of the POSIX setenv, but has not yet been tested.
regards,

Ranier Vilela

[1] https://www.postgresql.org/message-id/29478.1576537771%40sss.pgh.pa.us
<https://www.postgresql.org/message-id/29478.1576537771@sss.pgh.pa.us>
[2] https://www.postgresql.org/message-id/30119.1576538578%40sss.pgh.pa.us
<https://www.postgresql.org/message-id/30119.1576538578@sss.pgh.pa.us>

Attachment Content-Type Size
win32_setenv_v1.patch text/x-patch 1.7 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2019-12-18 18:26:31 Re: Read Uncommitted
Previous Message Tom Lane 2019-12-18 18:07:18 Re: client auth docs seem to have devolved