Re: strange perf regression with data checksums - Mailing list pgsql-hackers

From Mihail Nikalayeu
Subject Re: strange perf regression with data checksums
Date
Msg-id CADzfLwU9hs_icgckyiKga=LV3RYJyknwo7xN8xVn-sO3Dq+3hg@mail.gmail.com
Whole thread Raw
In response to Re: strange perf regression with data checksums  (Peter Geoghegan <pg@bowt.ie>)
Responses Re: strange perf regression with data checksums
List pgsql-hackers
Hello, Peter!

>
> I also relocated the code that sets so.drop_pin from
> _bt_preprocess_keys to btrescan. That seems like the more logical
> place for it.
>

I was rebasing [0] and noticed dropPin is not initialized in
btbeginscan, which seems to be suspicious for me.
Is it intended?

[0]: https://commitfest.postgresql.org/patch/5151/



pgsql-hackers by date:

Previous
From: jian he
Date:
Subject: add column (query_start timestamptz) to progress report views
Next
From: Xuneng Zhou
Date:
Subject: Re: Add new wait event to XactLockTableWait