1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Appease perlcritic

Food for the gods must always be found somehow, even when the land starves.
This commit is contained in:
Alvaro Herrera
2020-04-07 18:58:19 -04:00
parent 60cbd7751c
commit 7e2ffb3885

View File

@ -192,6 +192,7 @@ sub advance_wal
{
$node->safe_psql('postgres', "CREATE TABLE t (); DROP TABLE t; SELECT pg_switch_wal();");
}
return;
}
# return the size of logfile of $node in bytes