Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 7feedda09880cc2aa11fbb9360e44eb706fc4feb
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-10-20T00:59:03Z
Releases: 8.2.0
Marginal code cleanups in pg_logdir_ls: use ReadDir not readdir,
and avoid scribbling on its result (might be safe but why risk it)

Files

PathChange+/−
contrib/adminpack/adminpack.c modified +18 −20