Re: pgsql: dshash: Add sequential scan support.

2022-03-10 Thread Andres Freund
Hi, On 2022-03-10 20:09:56 -0500, Tom Lane wrote: > Andres Freund writes: > > dshash: Add sequential scan support. > > Add ability to scan all entries sequentially to dshash. The interface is > > similar but a bit different both from that of dynahash and simple dshash > > search functions. The mo

Re: pgsql: dshash: Add sequential scan support.

2022-03-10 Thread Tom Lane
Andres Freund writes: > dshash: Add sequential scan support. > Add ability to scan all entries sequentially to dshash. The interface is > similar but a bit different both from that of dynahash and simple dshash > search functions. The most significant differences is that dshash's interfac > always

pgsql: dshash: Add sequential scan support.

2022-03-10 Thread Andres Freund
dshash: Add sequential scan support. Add ability to scan all entries sequentially to dshash. The interface is similar but a bit different both from that of dynahash and simple dshash search functions. The most significant differences is that dshash's interfac always needs a call to dshash_seq_term