mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Fix inconsistencies and typos in the tree, take 10
This addresses some issues with unnecessary code comments, fixes various typos in docs and comments, and removes some orphaned structures and definitions. Author: Alexander Lakhin Discussion: https://postgr.es/m/9aabc775-5494-b372-8bcb-4dfc0bd37c68@gmail.com
This commit is contained in:
@@ -768,8 +768,8 @@ typedef enum AggStrategy
|
||||
/* Primitive options supported by nodeAgg.c: */
|
||||
#define AGGSPLITOP_COMBINE 0x01 /* substitute combinefn for transfn */
|
||||
#define AGGSPLITOP_SKIPFINAL 0x02 /* skip finalfn, return state as-is */
|
||||
#define AGGSPLITOP_SERIALIZE 0x04 /* apply serializefn to output */
|
||||
#define AGGSPLITOP_DESERIALIZE 0x08 /* apply deserializefn to input */
|
||||
#define AGGSPLITOP_SERIALIZE 0x04 /* apply serialfn to output */
|
||||
#define AGGSPLITOP_DESERIALIZE 0x08 /* apply deserialfn to input */
|
||||
|
||||
/* Supported operating modes (i.e., useful combinations of these options): */
|
||||
typedef enum AggSplit
|
||||
|
||||
Reference in New Issue
Block a user