mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
Do execGrouping.c via expression eval machinery.
This has a performance benefit on own, although not hugely so. The primary benefit is that it will allow for to JIT tuple deforming and comparator invocations. Author: Andres Freund Discussion: https://postgr.es/m/20171129080934.amqqkke2zjtekd4t@alap3.anarazel.de
This commit is contained in:
@ -148,6 +148,7 @@ typedef enum ExprEvalOp
|
||||
/* evaluate assorted special-purpose expression types */
|
||||
EEOP_IOCOERCE,
|
||||
EEOP_DISTINCT,
|
||||
EEOP_NOT_DISTINCT,
|
||||
EEOP_NULLIF,
|
||||
EEOP_SQLVALUEFUNCTION,
|
||||
EEOP_CURRENTOFEXPR,
|
||||
|
Reference in New Issue
Block a user