Re: Dead function argument?

From: Alvaro Herrera <alvherre(at)2ndquadrant(dot)com>
To: Antonin Houska <antonin(dot)houska(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Dead function argument?
Date: 2013-09-17 01:08:48
Message-ID: 20130917010848.GA7139@eldon.alvh.no-ip.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Antonin Houska escribió:
> While reading storage/lmgr/lock.c I noticed that the last (proc)
> argument of LockCheckConflicts() is not referenced inside the function.
> Is it just a remnant from older version?

My guess is this is just an oversight. The use of that argument was
removed in commit 8563ccae2caf.

--
Álvaro Herrera http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2013-09-17 02:02:28 relscan_details.h
Previous Message David Fetter 2013-09-16 22:57:03 Re: [PATCH] Revive line type