Anyone want to defend EXEC_TUPLECOUNT stuff?

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-hackers(at)postgreSQL(dot)org
Subject: Anyone want to defend EXEC_TUPLECOUNT stuff?
Date: 2009-10-08 21:12:40
Message-ID: 8651.1255036360@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I'm thinking about removing IncrRetrieved(), IncrAppended(), etc
altogether. That code's been dead for a long time, and it's one
of the minor details cluttering the nodeDml patch. Can anyone
see any likelihood of wanting it some day? AFAICS the explain
infrastructure has completely superseded these static counters.

regards, tom lane

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-10-08 21:21:48 Re: Using results from INSERT ... RETURNING
Previous Message Marko Tiikkaja 2009-10-08 21:06:49 Re: Using results from INSERT ... RETURNING