]> granicus.if.org Git - postgresql/commit
Allows the following query to succeed: "SELECT NULL ORDER BY 1;"
authorThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 2 Aug 1998 13:34:26 +0000 (13:34 +0000)
committerThomas G. Lockhart <lockhart@fourpalms.org>
Sun, 2 Aug 1998 13:34:26 +0000 (13:34 +0000)
commit7665e7b0a8ada42b0efa307e5feb9ba7bc0831a0
treefdff5ad764cd1333b36f8d26afd1ae6c7a2debac
parent39844ac2c332af0b8df86e44ad7e56deafbbfd56
Allows the following query to succeed: "SELECT NULL ORDER BY 1;"
There are three or four cases in transformSortClause() and I had fixed
only one case for UNION. A second case is now fixed, in the same way; I
assigned INT4OID to the column type for the "won't actually happen"
sort. Didn't want to skip the code entirely, since the backend needs to
_try_ a sort to get the NULLs right. I'm not certain under what
circumstances the other cases are invoked and these are not yet
fixed up, though perhaps they don't need to be...
src/backend/parser/parse_clause.c