Fix getopt-vs-init_ps_display problem by copying original argv[] info,

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

Commit: b2e92a712ea7316563c5115639c1e39ad6c5a09b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2001-10-21T03:25:36Z
Releases: 7.2.1
Fix getopt-vs-init_ps_display problem by copying original argv[] info,
per suggestion from Peter.  Simplify several APIs by transmitting the
original argv location directly from main.c to ps_status.c, instead of
passing it down through several levels of subroutines.

Files