| From: | Heikki Linnakangas <heikki(dot)linnakangas(at)iki(dot)fi> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Remove unused macros. |
| Date: | 2016-05-02 07:19:21 |
| Message-ID: | E1ax88X-0006x0-3g@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Remove unused macros.
CHECK_PAGE_OFFSET_RANGE() has been unused forever.
CHECK_RELATION_BLOCK_RANGE() has been unused in pgstatindex.c ever since
bt_page_stats() and bt_page_items() functions were moved from pgstattuple
to pageinspect module. It still exists in pageinspect/btreefuncs.c.
Daniel Gustafsson
Branch
------
REL9_2_STABLE
Details
-------
http://git.postgresql.org/pg/commitdiff/7ee15c05d2fbe7a9dde07867aead93583fbd14ce
Modified Files
--------------
contrib/pageinspect/btreefuncs.c | 5 -----
contrib/pgstattuple/pgstatindex.c | 10 ----------
2 files changed, 15 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2016-05-02 12:59:58 | Re: [COMMITTERS] pgsql: Fix planner crash from pfree'ing a partial path that a GatherPat |
| Previous Message | Peter Eisentraut | 2016-05-02 01:38:47 | pgsql: doc: Fix typo |