Re: [PATCH] psql : Improve code for help option
miyake_kouta <miyake_kouta@oss.nttdata.com>
From: miyake_kouta <miyake_kouta@oss.nttdata.com>
To: Fujii Masao <masao.fujii@oss.nttdata.com>
Cc: Pgsql Hackers <pgsql-hackers@postgresql.org>
Date: 2021-03-03T03:27:11Z
Lists: pgsql-hackers
Attachments
- v02_psql_help.patch (text/x-diff) patch v2
2021-03-03 00:09, Fujii Masao wrote: > We can simplify the code more and remove "env = user" > by just using "user" instead of "env" in the above? Thank you for your comment. I updated my patch and replaced "env" with "user". Please check. Regards. -- Kota Miyake
Commits
-
Remove redundant getenv() for PGUSER, in psql help.
- 4a4241e15b24 14.0 landed