Skip to content

Commit

Permalink
Fix: new pattern introduced in v17 and missing from po
Browse files Browse the repository at this point in the history
  • Loading branch information
fmbiete committed Sep 30, 2024
1 parent 46fbcb7 commit 408aaa0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logtofile_shmem.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const char *postgresConnMsg[] = {
"connection received: host=%s",
"connection authorized: user=%s",
"connection authenticated: identity=\"%s\" method=%s (%s:%d)",
"connection authenticated: user=\"%s\" method=%s (%s:%d)",
"replication connection authorized: user=%s",
"replication connection authorized: user=%s SSL enabled (protocol=%s, cipher=%s, bits=%d, compression=%s)",
"replication connection authorized: user=%s application_name=%s",
Expand Down

0 comments on commit 408aaa0

Please sign in to comment.