Defend against function calls with more than 8 arguments (code

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 5f74d499bfc07c43f44d0989aab6b23c6b5bfbb0
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 1999-06-17T22:21:41Z
Releases: 7.1.1
Defend against function calls with more than 8 arguments (code
used to overrun its fixed-size arrays before detecting error; not cool).
Also, replace uses of magic constant '8' with 'MAXFARGS'.

Files