]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix case where a function in FROM returns a scalar type, but is
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Oct 2002 21:23:20 +0000 (21:23 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Oct 2002 21:23:20 +0000 (21:23 +0000)
commit76d09f4610cbf23ccc36649b35d8691ec5dcd1e1
tree3d3548c6501a9aaba1ed68fc85d4395d9c6a5f09
parent0d93e385b0a16aa2b6e08f2f273ae87af4d82130
Fix case where a function in FROM returns a scalar type, but is
referred to with whole-tuple syntax.
src/backend/parser/parse_func.c