| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Clean up cruft around collation initialization for tupdescs and |
| Date: | 2011-03-26 22:29:05 |
| Message-ID: | E1Q3byj-0000pK-AC@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Clean up cruft around collation initialization for tupdescs and scankeys.
I found actual bugs in GiST and plpgsql; the rest of this is cosmetic
but meant to decrease the odds of future bugs of omission.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/7208fae18f1fdb242b4fcced77a3b836e15ac3ec
Modified Files
--------------
src/backend/access/common/scankey.c | 25 ++++++++++-----------
src/backend/access/common/tupdesc.c | 10 ++++++--
src/backend/access/gin/ginutil.c | 2 +
src/backend/access/gist/gistscan.c | 10 +++++++-
src/backend/access/nbtree/nbtsearch.c | 6 +---
src/backend/access/nbtree/nbtutils.c | 8 +++++-
src/backend/commands/seclabel.c | 3 --
src/backend/commands/sequence.c | 15 ++++++++----
src/backend/executor/nodeIndexscan.c | 10 +++-----
src/backend/executor/nodeMergeAppend.c | 30 ++++++++++++++------------
src/backend/utils/adt/pgstatfuncs.c | 36 +++++++++++++++++++++----------
src/backend/utils/adt/selfuncs.c | 1 +
src/backend/utils/cache/catcache.c | 2 +
src/backend/utils/sort/tuplesort.c | 31 ++++++++++++++-------------
src/include/access/skey.h | 7 ++++-
src/pl/plpgsql/src/pl_comp.c | 4 +++
16 files changed, 119 insertions(+), 81 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2011-03-27 01:14:11 | pgsql: Update release notes for latest commits. |
| Previous Message | Tom Lane | 2011-03-26 20:35:38 | pgsql: More collations cleanup, from trawling for missed collation assi |