summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorPavan Deolasee2015-05-18 12:13:05 +0000
committerPavan Deolasee2015-05-18 12:13:05 +0000
commitbc4ba671eb6b0bfaf0743764608f725ace8f8319 (patch)
tree8c88bf9d0e49b36f2f256690ce23dc9de1370ce7 /src
parentda4023f6d6cbd02519965ac0769bdcace54ccb06 (diff)
Correct _null_ mis-spell which was causing boolean aggregates to fail with an
error
Diffstat (limited to 'src')
-rw-r--r--src/include/catalog/pg_aggregate.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/catalog/pg_aggregate.h b/src/include/catalog/pg_aggregate.h
index 30dca9c440..e654f6690b 100644
--- a/src/include/catalog/pg_aggregate.h
+++ b/src/include/catalog/pg_aggregate.h
@@ -279,9 +279,9 @@ DATA(insert ( 2828 n 0 float8_regr_accum float8_regr_collect float8_covar_samp
DATA(insert ( 2829 n 0 float8_regr_accum float8_regr_collect float8_corr - - - f f 0 1022 1022 0 0 0 "{0,0,0,0,0,0}" "{0,0,0,0,0,0}" _null_ ));
/* boolean-and and boolean-or */
-DATA(insert ( 2517 n 0 booland_statefunc booland_statefunc - bool_accum bool_accum_inv bool_alltrue f f 58 16 16 0 2281 16 _null_ __null_ null_ ));
-DATA(insert ( 2518 n 0 boolor_statefunc boolor_statefunc - bool_accum bool_accum_inv bool_anytrue f f 59 16 16 0 2281 16 _null_ __null_ null_ ));
-DATA(insert ( 2519 n 0 booland_statefunc booland_statefunc - bool_accum bool_accum_inv bool_alltrue f f 58 16 16 0 2281 16 _null_ __null_ null_ ));
+DATA(insert ( 2517 n 0 booland_statefunc booland_statefunc - bool_accum bool_accum_inv bool_alltrue f f 58 16 16 0 2281 16 _null_ _null_ _null_ ));
+DATA(insert ( 2518 n 0 boolor_statefunc boolor_statefunc - bool_accum bool_accum_inv bool_anytrue f f 59 16 16 0 2281 16 _null_ _null_ _null_ ));
+DATA(insert ( 2519 n 0 booland_statefunc booland_statefunc - bool_accum bool_accum_inv bool_alltrue f f 58 16 16 0 2281 16 _null_ _null_ _null_ ));
/* bitwise integer */
DATA(insert ( 2236 n 0 int2and int2and - - - - f f 0 21 21 0 0 0 _null_ _null_ _null_ ));