pre-6.1-to-6.1 conversion procs slated for destruction

Started by Tom Laneover 25 years ago2 messageshackers
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

I'm updating path & polygon for TOAST/new fmgr. I'm not going to
bother to fix the following functions; they'll be deleted instead:

/* isoldpath, upgradepath, upgradepoly, revertpoly are used to update pre-v6.1 to v6.1 - tgl 97/06/03 */

Any objections?

regards, tom lane

#2Thomas Lockhart
lockhart@alumni.caltech.edu
In reply to: Tom Lane (#1)
Re: pre-6.1-to-6.1 conversion procs slated for destruction

I'm updating path & polygon for TOAST/new fmgr. I'm not going to
bother to fix the following functions; they'll be deleted instead:
/* isoldpath, upgradepath, upgradepoly, revertpoly are used to update pre-v6.1 to v6.1 - tgl 97/06/03 */
Any objections?

No, kill 'em!

- Thomas