Re: Exposure related to GUC value of ssl_passphrase_command

Keisuke Kuroda <keisuke.kuroda.3862@gmail.com>

From: keisuke kuroda <keisuke.kuroda.3862@gmail.com>
To: pgsql-hackers@lists.postgresql.org
Cc: Insung Moon <tsukiwamoon.pgsql@gmail.com>
Date: 2020-03-06T07:20:21Z
Lists: pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            not tested

I tested the patch on the master branch (addd034) and it works fine.

I think that test case which non-superuser can't see this parameter is unnecessary. 
There is a similar test for pg_read_all_settings role.

The new status of this patch is: Ready for Committer

Commits

  1. Mark ssl_passphrase_command as GUC_SUPERUSER_ONLY.