public inbox for [email protected]
help / color / mirror / Atom feedFrom: Tatsuo Ishii <[email protected]>
To: [email protected]
Subject: pgpool: Fix pg_enc not working if both -p and -P are provided.
Date: Wed, 24 Sep 2025 01:44:06 +0000
Message-ID: <[email protected]> (raw)
Fix pg_enc not working if both -p and -P are provided.
In the original report (https://github.com/pgpool/pgpool2/issues/129:
[root@test1 bin]# ./pg_enc -p -P
db password:
encryption key:
encryption key not provided
Also I found a misleading comment:
case 'p': /* prompt for postgres password */
This is not appropriate since the password is not provided to
PostgreSQL. It is totally unrelated to the issue but I replaced it
with following in this opportunity:
case 'p': /* prompt for password to be encrypted */
Author: jinyang liu <[email protected]>
Discussion: https://www.postgresql.org/message-id/7f18c30b.237.1997555ca11.Coremail.liujy%40highgo.com
Backpatch-through: v4.2
Branch
------
V4_4_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=be197c5c518ddb5c48e2d08536ae09b7c2472...
Modified Files
--------------
src/tools/pgenc/pg_enc.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected], [email protected]
Subject: Re: pgpool: Fix pg_enc not working if both -p and -P are provided.
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox