Is this useful

Started by Bruce Momjianalmost 26 years ago3 messageshackers
Jump to latest
#1Bruce Momjian
bruce@momjian.us

I found this in my mailbox. Is it any good?

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026

Attachments:

/u/pg/dev/patches/junktext/plainDownload+36-24
#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: Bruce Momjian (#1)
Re: Is this useful

Bruce Momjian <pgman@candle.pha.pa.us> writes:

I found this in my mailbox. Is it any good?

Seems to have been done long since --- see execMain.c, lines 809 ff.

Looking at that code, I wonder if it's still doing unnecessary work.
Why would we need a junkfilter for a DELETE? We aren't going to be
constructing output tuples, are we?

regards, tom lane

#3Bruce Momjian
bruce@momjian.us
In reply to: Tom Lane (#2)
Re: Re: Is this useful

Bruce Momjian <pgman@candle.pha.pa.us> writes:

I found this in my mailbox. Is it any good?

Seems to have been done long since --- see execMain.c, lines 809 ff.

Looking at that code, I wonder if it's still doing unnecessary work.
Why would we need a junkfilter for a DELETE? We aren't going to be
constructing output tuples, are we?

Good question.

-- 
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 853-3000
  +  If your life is a hard drive,     |  830 Blythe Avenue
  +  Christ can be your backup.        |  Drexel Hill, Pennsylvania 19026