pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir, - Mailing list pgsql-committers

From [email protected] (Tom Lane)
Subject pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,
Date
Msg-id [email protected]
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,
and avoid scribbling on its result (might be safe but why risk it)

Modified Files:
--------------
    pgsql/contrib/adminpack:
        adminpack.c (r1.6 -> r1.7)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/contrib/adminpack/adminpack.c.diff?r1=1.6&r2=1.7)

pgsql-committers by date:

Previous
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Try to fix the AIX getaddrinfo mess in a way that works on all
Next
From: [email protected] (Tom Lane)
Date:
Subject: pgsql: Back-patch second version of AIX getaddrinfo fix.