]> granicus.if.org Git - postgresql/commit
pg_dump: Dump operators with the same name ordered by arity
authorPeter Eisentraut <peter_e@gmx.net>
Thu, 5 Jan 2012 18:34:07 +0000 (20:34 +0200)
committerPeter Eisentraut <peter_e@gmx.net>
Thu, 5 Jan 2012 18:34:07 +0000 (20:34 +0200)
commit15df037845d9d3d99e9e2b4370256b136b00c66a
tree038342c15685d364b1990501d1a8040ba44dbd12
parent104e7dac28c56dcaf9b778dff60a5daefc3a0661
pg_dump: Dump operators with the same name ordered by arity

pg_dump sorts operators by name, but operators with the same name come
out in random order.  Now operators with the same name are dumped in
the order prefix, postfix, infix.  (This is consistent with functions,
which are dumped in increasing number of argument order.)
src/bin/pg_dump/pg_dump.c
src/bin/pg_dump/pg_dump.h
src/bin/pg_dump/pg_dump_sort.c