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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,
Date
Msg-id 20061020005903.B9F5F9FB232@postgresql.org
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: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Try to fix the AIX getaddrinfo mess in a way that works on all
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Back-patch second version of AIX getaddrinfo fix.