diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2012-07-18 01:23:16 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2012-07-18 01:23:16 -0400 |
commit | ebd9e26daa3df6518e3d403ef94a86e33168eae3 (patch) | |
tree | 5de04f1be79246b30abf1c37f0e90433ac4aa8ba /src/backend/executor/functions.c | |
parent | 3d929dc7b8e982f12c62fecba7d5122bb22fa497 (diff) | |
download | postgresql-ebd9e26daa3df6518e3d403ef94a86e33168eae3.tar.gz postgresql-ebd9e26daa3df6518e3d403ef94a86e33168eae3.zip |
Get rid of useless global variable in pg_upgrade.
Since the scandir() emulation was taken out of pg_upgrade, there's
no longer any need for scandir_file_pattern to exist as a global
variable. Replace it with a local in the one remaining function
that was making use of it.
Diffstat (limited to 'src/backend/executor/functions.c')
0 files changed, 0 insertions, 0 deletions