Home
last modified time | relevance | path

Searched refs:BoolAggState (Results 1 – 25 of 84) sorted by relevance

1234

/dports/databases/postgresql96-server/postgresql-9.6.24/src/backend/utils/adt/
H A Dbool.c310 typedef struct BoolAggState struct
314 } BoolAggState; argument
316 static BoolAggState *
319 BoolAggState *state; in makeBoolAggState()
325 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
326 sizeof(BoolAggState)); in makeBoolAggState()
336 BoolAggState *state; in bool_accum()
338 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
357 BoolAggState *state; in bool_accum_inv()
378 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql96-plpython/postgresql-9.6.24/src/backend/utils/adt/
H A Dbool.c310 typedef struct BoolAggState struct
314 } BoolAggState; argument
316 static BoolAggState *
319 BoolAggState *state; in makeBoolAggState()
325 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
326 sizeof(BoolAggState)); in makeBoolAggState()
336 BoolAggState *state; in bool_accum()
338 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
357 BoolAggState *state; in bool_accum_inv()
378 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql96-pltcl/postgresql-9.6.24/src/backend/utils/adt/
H A Dbool.c310 typedef struct BoolAggState struct
314 } BoolAggState; typedef
316 static BoolAggState *
319 BoolAggState *state; in makeBoolAggState()
325 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
326 sizeof(BoolAggState)); in makeBoolAggState()
336 BoolAggState *state; in bool_accum()
338 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
357 BoolAggState *state; in bool_accum_inv()
378 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql10-plperl/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql10-pltcl/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; typedef
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql10-client/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql10-contrib/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql10-docs/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; typedef
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql10-plpython/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; typedef
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql10-server/postgresql-10.19/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState
315 } BoolAggState;
317 static BoolAggState *
320 BoolAggState *state;
326 state = (BoolAggState *) MemoryContextAlloc(agg_context,
327 sizeof(BoolAggState));
337 BoolAggState *state;
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0);
358 BoolAggState *state;
379 BoolAggState *state;
[all …]
/dports/databases/postgresql12-client/postgresql-12.9/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; typedef
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql96-client/postgresql-9.6.24/src/backend/utils/adt/
H A Dbool.c310 typedef struct BoolAggState struct
314 } BoolAggState; typedef
316 static BoolAggState *
319 BoolAggState *state; in makeBoolAggState()
325 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
326 sizeof(BoolAggState)); in makeBoolAggState()
336 BoolAggState *state; in bool_accum()
338 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
357 BoolAggState *state; in bool_accum_inv()
378 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; typedef
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState struct
315 } BoolAggState; argument
317 static BoolAggState *
320 BoolAggState *state; in makeBoolAggState()
326 state = (BoolAggState *) MemoryContextAlloc(agg_context, in makeBoolAggState()
327 sizeof(BoolAggState)); in makeBoolAggState()
337 BoolAggState *state; in bool_accum()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in bool_accum()
358 BoolAggState *state; in bool_accum_inv()
379 BoolAggState *state; in bool_alltrue()
[all …]
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/adt/
H A Dbool.c311 typedef struct BoolAggState in wsrep_after_commit()
315 } BoolAggState; in wsrep_after_commit()
317 static BoolAggState *
320 BoolAggState *state;
326 state = (BoolAggState *) MemoryContextAlloc(agg_context,
327 sizeof(BoolAggState));
337 BoolAggState *state; in wsrep_before_rollback()
339 state = PG_ARGISNULL(0) ? NULL : (BoolAggState *) PG_GETARG_POINTER(0); in wsrep_before_rollback()
358 BoolAggState *state;
379 BoolAggState *state;
[all …]

1234