pgsql: Replace use of stat()[7] by -s switch in TAP tests to retrieve f

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема pgsql: Replace use of stat()[7] by -s switch in TAP tests to retrieve f
Дата
Msg-id E1qnSTN-007CqI-8g@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Replace use of stat()[7] by -s switch in TAP tests to retrieve file size

The list form of stat() is an inelegant API as it relies on the position
of the file size in the list returned in result.  Like in any other
places of the tree, replace that with a -s switch instead.

Another suggestion from Dagfinn is File::Stat, which we've been already
using for some other fields.  It really comes down to a matter of taste
to choose that over -s, and the latter is more used in the tree.

Author: Bertrand Drouvot
Reviewed-by: Dagfinn Ilmari Mannsåker
Discussion: https://postgr.es/m/b2020df7-d0fc-4ea5-b2a9-7efc6d36b2ac@gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6c77bb42ab0eb3f79e934ed3c97568119cca7b5f

Modified Files
--------------
src/bin/pg_controldata/t/001_pg_controldata.pl |  2 +-
src/bin/pg_resetwal/t/002_corrupted.pl         |  2 +-
src/test/recovery/t/019_replslot_limit.pl      | 14 +++-----------
3 files changed, 5 insertions(+), 13 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix omission of column-level privileges in selective pg_restore.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: Fail hard on out-of-memory failures in xlogreader.c