Skip to content

Commit 3d4ea6d

Browse files
committed
Removed incorrect extra definition for Password_encrypted.h which come from upstream. We have better, SCRAM-aware definition in other place
1 parent 2ec9317 commit 3d4ea6d

File tree

1 file changed

+0
-1
lines changed
  • src/backend/utils/misc

1 file changed

+0
-1
lines changed

src/backend/utils/misc/guc.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,6 @@ bool default_with_oids = false;
450450
bool SQL_inheritance = true;
451451
bool cfs_gc_enabled = true;
452452

453-
bool Password_encryption = true;
454453
bool session_auth_is_superuser;
455454

456455
int log_min_error_statement = ERROR;

0 commit comments

Comments
 (0)