Re: Use streaming read API in pgstattuple. - Mailing list pgsql-hackers

From Kirill Reshke
Subject Re: Use streaming read API in pgstattuple.
Date
Msg-id CALdSSPgYAMmnnJJUNU0Mpwccque289v4tzxEGjgSM=tANaZjeg@mail.gmail.com
Whole thread Raw
In response to Re: Use streaming read API in pgstattuple.  (Nazir Bilal Yavuz <byavuz81@gmail.com>)
List pgsql-hackers
Hm, CI fails[0]
This is most likely the reason why `select
pgstattuple('test_hashidx');` was omitted in pgstattuple tests: we are
not guaranteed about the number of bucket_pages in the empty index.
Maybe we should populate base relation and check for only non-volatile
fields like live_items and version?


[0]
https://api.cirrus-ci.com/v1/artifact/task/5037800950595584/testrun/build-32/testrun/pgstattuple/regress/regression.diffs

-- 
Best regards,
Kirill Reshke



pgsql-hackers by date:

Previous
From: Sutou Kouhei
Date:
Subject: Re: confusing / inefficient "need_transcoding" handling in copy
Next
From: "Zhijie Hou (Fujitsu)"
Date:
Subject: RE: Memory leak in WAL sender with pgoutput (v10~)