=== Applying patches on top of PostgreSQL commit ID 53a49365052026907afff7613929710d1e7f0da0 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Sat Feb 1 01:27:29 UTC 2025 On branch cf/5272 nothing to commit, working tree clean === applying patch ./V6-0001-parameter-max_log_size-to-truncate-logs.patch Applied patch to 'doc/src/sgml/config.sgml' with conflicts. Applied patch to 'src/backend/tcop/postgres.c' cleanly. Applied patch to 'src/backend/utils/error/elog.c' cleanly. Applied patch to 'src/backend/utils/misc/guc_tables.c' cleanly. Applied patch to 'src/backend/utils/misc/postgresql.conf.sample' cleanly. Applied patch to 'src/bin/pg_ctl/t/004_logrotate.pl' cleanly. Applied patch to 'src/include/utils/elog.h' cleanly. U doc/src/sgml/config.sgml diff --cc doc/src/sgml/config.sgml index a782f10998,86dcebfe36..0000000000 --- a/doc/src/sgml/config.sgml +++ b/doc/src/sgml/config.sgml @@@ -7781,18 -7913,18 +7781,32 @@@ log_line_prefix = '%m [%p] %q%u@%d/%a ++<<<<<<< ours + + md5_password_warnings (boolean) + + md5_password_warnings configuration parameter ++======= + + max_log_size (integer) + + max_log_size configuration parameter ++>>>>>>> theirs ++<<<<<<< ours + Controls whether a WARNING about MD5 password + deprecation is produced when a CREATE ROLE or + ALTER ROLE statement sets an MD5-encrypted password. + The default value is on. ++======= + If greater than zero, each query logged is truncated to this many bytes. + Zero disables the setting. + If this value is specified without units, it is taken as bytes. + This feature is disabled by default. ++>>>>>>> theirs