pgsql: Remove duplicate code in heap_prune_chain()

From: Simon Riggs <simon(at)2ndQuadrant(dot)com>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Remove duplicate code in heap_prune_chain()
Date: 2014-12-07 23:46:18
Message-ID: E1XxlWs-0007mB-1U@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove duplicate code in heap_prune_chain()

No need to set tuple tableOid twice

Jim Nasby

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/c2707547193a1e1f1016552cc92f33e8f0d296d4

Modified Files
--------------
src/backend/access/heap/pruneheap.c | 1 -
1 file changed, 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2014-12-07 23:52:29 Re: pgsql: Tweaks for recovery_target_action
Previous Message Simon Riggs 2014-12-07 15:58:48 pgsql: Event Trigger for table_rewrite