Re: Modernizing SQL functions' result type coercions
Tom Lane <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.devel.general |
|---|---|
| Message-ID | <[email protected]> |
Heikki Linnakangas <[email protected]> writes: > In init_sql_fcache(), one comment says that the junkfilter is > responsible for injecting NULLs for dropped columns, and a later comment > says that the junk filter gets "rid of any dropped columns". That seems > contradictory; which is it? Or does "get rid of" mean "set to NULL"? Yeah, the second comment is sloppily worded; the first one is more accurate. > Other than that, looks good to me. Thanks for reviewing! I'll fix that comment and push. regards, tom lane