CVSROOT:	/cvsroot
Module name:	pgsql-server
Changes by:	tgl(at)svr1(dot)postgresql(dot)org	04/03/24 19:38:49
Modified files:
	src/pl/plpgsql/src: gram.y 
Log message:
	Add a more useful error message for the case where someone tries to pass
	a whole row or record variable into a SQL function.  Eventually this case
	should be made to actually work, but for now this is better than what it
	did before.