pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,
Date: 2006-10-20 00:59:03
Message-ID: 20061020005903.B9F5F9FB232@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2006-10-20 01:10:29 pgsql: Back-patch second version of AIX getaddrinfo fix.
Previous Message Tom Lane 2006-10-19 23:17:40 pgsql: Try to fix the AIX getaddrinfo mess in a way that works on all