Home
last modified time | relevance | path

Searched refs:SharedTuplestoreParticipant (Results 1 – 25 of 56) sorted by relevance

123

/dports/databases/postgresql11-client/postgresql-11.14/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant struct
59 } SharedTuplestoreParticipant; argument
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
310 SharedTuplestoreParticipant *participant; in sts_puttuple()
524 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql11-plperl/postgresql-11.14/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant struct
59 } SharedTuplestoreParticipant; argument
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
310 SharedTuplestoreParticipant *participant; in sts_puttuple()
524 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql11-plpython/postgresql-11.14/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant
59 } SharedTuplestoreParticipant;
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in check_hash()
310 SharedTuplestoreParticipant *participant;
524 SharedTuplestoreParticipant *p; in _gda_web_compute_token()
/dports/databases/postgresql11-docs/postgresql-11.14/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant struct
59 } SharedTuplestoreParticipant; argument
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
310 SharedTuplestoreParticipant *participant; in sts_puttuple()
524 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql11-server/postgresql-11.14/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant struct
59 } SharedTuplestoreParticipant; argument
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
310 SharedTuplestoreParticipant *participant; in sts_puttuple()
524 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql11-contrib/postgresql-11.14/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant struct
59 } SharedTuplestoreParticipant; argument
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
310 SharedTuplestoreParticipant *participant; in sts_puttuple()
524 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql11-pltcl/postgresql-11.14/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant struct
59 } SharedTuplestoreParticipant; argument
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
310 SharedTuplestoreParticipant *participant; in sts_puttuple()
524 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql14-pltcl/postgresql-14.1/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; argument
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql14-docs/postgresql-14.1/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; argument
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql14-plperl/postgresql-14.1/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; argument
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql14-server/postgresql-14.1/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; argument
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql14-plpython/postgresql-14.1/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; argument
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql13-pltcl/postgresql-13.5/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; argument
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql14-contrib/postgresql-14.1/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; typedef
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql14-client/postgresql-14.1/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; argument
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql13-server/postgresql-13.5/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; argument
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql12-server/postgresql-12.9/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant struct
59 } SharedTuplestoreParticipant; argument
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
310 SharedTuplestoreParticipant *participant; in sts_puttuple()
524 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql12-docs/postgresql-12.9/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant
59 } SharedTuplestoreParticipant;
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants;
310 SharedTuplestoreParticipant *participant;
524 SharedTuplestoreParticipant *p;
/dports/databases/postgresql12-pltcl/postgresql-12.9/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant struct
59 } SharedTuplestoreParticipant; argument
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
310 SharedTuplestoreParticipant *participant; in sts_puttuple()
524 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql13-client/postgresql-13.5/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; argument
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql13-docs/postgresql-13.5/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant struct
57 } SharedTuplestoreParticipant; argument
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
308 SharedTuplestoreParticipant *participant; in sts_puttuple()
522 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql13-contrib/postgresql-13.5/src/backend/utils/sort/
H A Dsharedtuplestore.c51 typedef struct SharedTuplestoreParticipant
57 } SharedTuplestoreParticipant;
68 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
108 sizeof(SharedTuplestoreParticipant) * participants;
308 SharedTuplestoreParticipant *participant;
522 SharedTuplestoreParticipant *p;
/dports/databases/postgresql12-plperl/postgresql-12.9/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant in Private()
59 } SharedTuplestoreParticipant; in Private()
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants;
310 SharedTuplestoreParticipant *participant;
524 SharedTuplestoreParticipant *p;
/dports/databases/postgresql12-plpython/postgresql-12.9/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant struct
59 } SharedTuplestoreParticipant; argument
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
310 SharedTuplestoreParticipant *participant; in sts_puttuple()
524 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()
/dports/databases/postgresql12-contrib/postgresql-12.9/src/backend/utils/sort/
H A Dsharedtuplestore.c53 typedef struct SharedTuplestoreParticipant struct
59 } SharedTuplestoreParticipant; argument
70 SharedTuplestoreParticipant participants[FLEXIBLE_ARRAY_MEMBER];
110 sizeof(SharedTuplestoreParticipant) * participants; in sts_estimate()
310 SharedTuplestoreParticipant *participant; in sts_puttuple()
524 SharedTuplestoreParticipant *p; in sts_parallel_scan_next()

123