Skip to content

Commit 78304bd

Browse files
cbandytjmoore4
andauthored
FIXUP: review, Mar 5
Co-authored-by: tjmoore4 <42497036+tjmoore4@users.noreply.github.com>
1 parent c7a01c0 commit 78304bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/postgres/hba.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ func (*HostBasedAuthentication) quote(value string) string {
6767

6868
func (hba *HostBasedAuthentication) quoteDatabase(name string) string {
6969
// Since PostgreSQL 16, a quoted string beginning with slash U+002F is
70-
// interpreted as a regular expression. Express these names a Postgres
70+
// interpreted as a regular expression. Express these names as a Postgres
7171
// regex that exactly matches the entire name.
7272
if len(name) > 0 && name[0] == '/' {
7373
name = "/^" +

0 commit comments

Comments
 (0)