• Tom Lane's avatar
    More pg_test_fsync fixups. · 37eb2cd4
    Tom Lane authored
    Reduce #includes to minimum actually needed; in particular include
    postgres_fe.h not postgres.h, so as to stop build failures on some
    platforms.
    
    Use get_progname() instead of hardwired program name; improve error
    checking for command line syntax; bring error messages into line with
    style guidelines; include strerror result in die() cases.
    37eb2cd4
pg_test_fsync.c 12.9 KB