Thread

  1. [PATCH 3/4] Add missing period to HINT message

    Kyotaro Horiguchi <horikyota.ntt@gmail.com> — 2026-05-28T02:53:29Z

    Add a trailing period to a HINT message.
    ---
     src/backend/libpq/be-secure-openssl.c | 2 +-
     1 file changed, 1 insertion(+), 1 deletion(-)
    
    diff --git a/src/backend/libpq/be-secure-openssl.c b/src/backend/libpq/be-secure-openssl.c
    index f2738c351f9..e81d2eab3fd 100644
    --- a/src/backend/libpq/be-secure-openssl.c
    +++ b/src/backend/libpq/be-secure-openssl.c
    @@ -364,7 +364,7 @@ be_tls_init(bool isServerStart)
     				errcode(ERRCODE_CONFIG_FILE_ERROR),
     				errmsg("no SSL configurations loaded"),
     		/*- translator: The two %s contain filenames */
    -				errhint("If ssl_sni is enabled then add configuration to \"%s\", else \"%s\"",
    +				errhint("If ssl_sni is enabled then add configuration to \"%s\", else \"%s\".",
     						"pg_hosts.conf", "postgresql.conf"));
     		goto error;
     	}
    -- 
    2.47.3
    
    
    ----Next_Part(Thu_May_28_12_16_22_2026_214)--
    Content-Type: Text/X-Patch; charset=us-ascii
    Content-Transfer-Encoding: 7bit
    Content-Disposition: attachment;
     filename="0004-Use-singular-datachecksum-consistently-in-process-na.patch"