pgsql: Remove dead code from pop_next_work_item().

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove dead code from pop_next_work_item().
Date: 2018-09-17 16:43:13
Message-ID: E1g1wcD-0007A1-22@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove dead code from pop_next_work_item().

The pref_non_data heuristic has been dead code for nearly ten years,
and as far as I can tell was dead code even when it was first committed.
I'm tired of silencing Coverity complaints about it, so get rid of it.
If anyone is ever interested in pursuing the concept, they can get the
code out of our git history.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/789ba5029a8aea8256d20780410cfa2872637f15

Modified Files
--------------
src/bin/pg_dump/pg_backup_archiver.c | 41 ------------------------------------
1 file changed, 41 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2018-09-17 17:16:44 pgsql: Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT .
Previous Message Tom Lane 2018-09-17 16:13:56 Re: pgsql: Allow concurrent-safe open() and fopen() in frontend code for Wi