Fix typo in pg_dump's support for dumping collations from pre-v10 servers.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 May 2017 19:37:06 +0000 (15:37 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 26 May 2017 19:37:06 +0000 (15:37 -0400)
commit764cb2b596ced6aea4d83fd52ff628bdedb63316
tree738ffb36c907e05b94413cfe30d1dec335e151be
parent94aced8cd0e229670877fe5c406a98d9a4f1b92a
Fix typo in pg_dump's support for dumping collations from pre-v10 servers.

Dunno what 'p' was supposed to mean, but since neither the code below
here nor pg_collation.h think it's valid, it must be a mistake.

Per report from Thomas Kellerer.

Discussion: https://postgr.es/m/og9q8f%24oes%241%40blaine.gmane.org
src/bin/pg_dump/pg_dump.c