Re: [PATCH] Add error message for out-of-memory in passwordFromFile()

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Joshua Shanks <jjshanks(at)gmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Add error message for out-of-memory in passwordFromFile()
Date: 2025-11-02 00:09:55
Message-ID: aQahU6ockJJgKi7s@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sat, Nov 01, 2025 at 04:49:02PM -0700, Joshua Shanks wrote:
> The conn parameter is placed first, consistent with the object-oriented
> convention used throughout libpq (see connectOptions1,
> fillPGconn, store_conn_addrinfo, etc.).

Sounds OK to me. Nice catch. It's probably not worth bothering in
the stable branches as the error is unlikely going to show up.
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2025-11-02 00:30:18 Re: Channel binding for post-quantum cryptography
Previous Message Joshua Shanks 2025-11-01 23:49:02 [PATCH] Add error message for out-of-memory in passwordFromFile()