diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2015-01-16 18:18:52 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2015-01-16 18:19:00 -0500 |
commit | 20af53d7191f84d0f5b86da4362e481b7e85d52a (patch) | |
tree | 300c57fef149f2038c1cc36c8e9c73d167cc14fd /src/backend/replication/basebackup.c | |
parent | 94028691609f8e148bd4ce72c46163f018832a5b (diff) | |
download | postgresql-20af53d7191f84d0f5b86da4362e481b7e85d52a.tar.gz postgresql-20af53d7191f84d0f5b86da4362e481b7e85d52a.zip |
Show sort ordering options in EXPLAIN output.
Up to now, EXPLAIN has contented itself with printing the sort expressions
in a Sort or Merge Append plan node. This patch improves that by
annotating the sort keys with COLLATE, DESC, USING, and/or NULLS FIRST/LAST
whenever nondefault sort ordering options are used. The output is now a
reasonably close approximation of an ORDER BY clause equivalent to the
plan's ordering.
Marius Timmer, Lukas Kreft, and Arne Scheffer; reviewed by Mike Blackwell.
Some additional hacking by me.
Diffstat (limited to 'src/backend/replication/basebackup.c')
0 files changed, 0 insertions, 0 deletions