Re: Add ldapservice connection parameter

From: Andrew Jackson <andrewjackson947(at)gmail(dot)com>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Cc: Roman Khapov <rkhapov(at)yandex-team(dot)ru>, niushiji(at)gmail(dot)com
Subject: Re: Add ldapservice connection parameter
Date: 2026-03-22 23:38:41
Message-ID: CAKK5BkE_+rCKgZz7+VNNfH_Jm1H6=RcHxg8mmojyR8pu-LOh5w@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

Noticed 1 variable that was unused during non-LDAP builds. Tested
locally and did not see the error/warning. Also some minor cleanup
(comments, definition placement, etc).

Thanks,
Andrew Jackson

On Mon, Jan 12, 2026 at 5:53 PM Andrew Jackson
<andrewjackson947(at)gmail(dot)com> wrote:
>
> Steven and Roman, Thank you for the review.
>
> Here is an updated patch that addresses both of these issues.
>
> On Mon, Jan 12, 2026 at 4:06 AM Roman Khapov <rkhapov(at)yandex-team(dot)ru> wrote:
> >
> > Hi!
> >
> > Thanks for your patch!
> >
> > Adding to the one Steven wrote, I noticed one typo in the patch:
> >
> > @@ -2337,7 +2337,7 @@ postgresql://%2Fvar%2Flib%2Fpostgresql/dbname
> > <term><literal>ldapservice</literal></term>
> > <listitem>
> > <para>
> > - This option specifies an LDAP query that can be used to reference connection paremeters
> > + This option specifies an LDAP query that can be used to reference connection parameters
> > stored in an LDAP server. This functionality is described in more detail in <xref linkend="libpq-ldap"/>.
> > </para>
> >
> > paremeters -> parameters
> >
> > --
> > Best regards,
> > Roman Khapov

Attachment Content-Type Size
0003-Add-ldapservice-connection-parameter.patch text/x-patch 4.6 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2026-03-23 00:31:36 Re: basebackup: add missing deflateEnd() in gzip compression sink
Previous Message Tom Lane 2026-03-22 23:13:11 Re: pg_waldump: support decoding of WAL inside tarfile