misc: more boring irrelevant postgresql warnings to filter out

This commit is contained in:
Alexandre Aubin 2023-07-04 19:48:55 +02:00
parent bdc296f858
commit cab7667dcc

View file

@ -359,6 +359,7 @@ def hook_exec(
r"Removing obsolete dictionary files", r"Removing obsolete dictionary files",
r"Creating new PostgreSQL cluster", r"Creating new PostgreSQL cluster",
r"/usr/lib/postgresql/13/bin/initdb", r"/usr/lib/postgresql/13/bin/initdb",
r"/usr/lib/postgresql/15/bin/initdb",
r"The files belonging to this database system will be owned by user", r"The files belonging to this database system will be owned by user",
r"This user must also own the server process.", r"This user must also own the server process.",
r"The database cluster will be initialized with locale", r"The database cluster will be initialized with locale",
@ -366,6 +367,7 @@ def hook_exec(
r"The default text search configuration will be set to", r"The default text search configuration will be set to",
r"Data page checksums are disabled.", r"Data page checksums are disabled.",
r"fixing permissions on existing directory /var/lib/postgresql/13/main ... ok", r"fixing permissions on existing directory /var/lib/postgresql/13/main ... ok",
r"fixing permissions on existing directory /var/lib/postgresql/15/main ... ok",
r"creating subdirectories \.\.\. ok", r"creating subdirectories \.\.\. ok",
r"selecting dynamic .* \.\.\. ", r"selecting dynamic .* \.\.\. ",
r"selecting default .* \.\.\. ", r"selecting default .* \.\.\. ",