Making empty Bitmapsets always be NULL

Edit
ID 4224
Title Making empty Bitmapsets always be NULL
Topic Refactoring
Created 2023-02-28 22:06:28
Last modified 2023-03-02 17:04:43 (1 year, 8 months ago)
Latest email 2023-07-04 11:24:08 (1 year, 4 months ago)
Status
2023-03: Committed
Target version 16
Authors Tom Lane (tgl)
Reviewers Nathan Bossart (bossartn)Become reviewer
Committer Tom Lane (tgl)
Links CFbot results (CirrusCI) CFbot GitHub
Checkout latest CFbot patchset Go to your local checkout of the PostgreSQL repository and run:
git remote add commitfest https://github.com/postgresql-cfbot/postgresql.git
git fetch commitfest cf/4224
git checkout commitfest/cf/4224
Emails
Making empty Bitmapsets always be NULL
First at 2023-02-28 21:59:48 by Tom Lane <tgl at sss.pgh.pa.us>
Latest at 2023-07-04 11:24:08 by Yuya Watari <watari.yuya at gmail.com>
Latest attachment (remove_trailing_zero_words_from_bitmapsets_v5.patch) at 2023-07-03 00:09:48 from David Rowley <dgrowleyml at gmail.com>
    Attachment (remove_trailing_zero_words_from_bitmapsets_v5.patch) at 2023-07-03 00:09:48 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (master_vs_v4_m2pro.png) at 2023-07-02 21:27:25 from David Rowley <dgrowleyml at gmail.com> (Patch: No)
    Attachment (figure.png) at 2023-06-30 02:10:25 from Yuya Watari <watari.yuya at gmail.com> (Patch: No)
    Attachment (bitmapset_tweaks_delta.patch.txt) at 2023-06-28 10:58:08 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (profile-patch-for-master.txt) at 2023-06-27 09:11:14 from Yuya Watari <watari.yuya at gmail.com> (Patch: Yes)
    Attachment (plan_times.patch) at 2023-06-24 04:15:08 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (remove_zero_trailing_words_from_bitmapsets_v4.patch) at 2023-06-20 04:16:56 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (remove_zero_trailing_words_from_bitmapsets_v3.patch) at 2023-06-13 11:07:31 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (v2-0001-Remove-trailing-zero-words-from-Bitmapsets.patch) at 2023-06-12 12:31:47 from Yuya Watari <watari.yuya at gmail.com> (Patch: Yes)
    Attachment (v2-0001-Remove-bms_is_empty_internal-function-calls.patch) at 2023-03-16 11:45:28 from Yuya Watari <watari.yuya at gmail.com> (Patch: Yes)
    Attachment (v1-0001-Remove-bms_is_empty_internal-function-calls.patch) at 2023-03-16 01:30:57 from Yuya Watari <watari.yuya at gmail.com> (Patch: Yes)
    Attachment (v1-0001-Remove-trailing-zero-words-from-Bitmapsets.patch) at 2023-03-07 04:06:42 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (v1-make-struct-Bitmapset-private.patch) at 2023-03-03 22:08:32 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (bms_no_trailing_zero_words.patch) at 2023-03-03 01:52:22 from David Rowley <dgrowleyml at gmail.com> (Patch: Yes)
    Attachment (v2-0001-Remove-bms_first_member.patch) at 2023-03-01 22:59:45 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
    Attachment (v1-make-empty-bitmapsets-always-be-NULL.patch) at 2023-02-28 21:59:48 from Tom Lane <tgl at sss.pgh.pa.us> (Patch: Yes)
History
When Who What
2023-03-02 17:04:43 Tom Lane (tgl) Closed in commitfest 2023-03 with status: Committed
2023-03-02 17:04:43 Tom Lane (tgl) Changed committer to tgl
2023-03-01 20:20:08 Nathan Bossart (bossartn) Added bossartn as reviewer
2023-02-28 22:06:47 Tom Lane (tgl) Changed authors to Tom Lane (tgl)
2023-02-28 22:06:47 Tom Lane (tgl) Changed targetversion to 16
2023-02-28 22:06:28 Tom Lane (tgl) Attached mail thread 1159933.1677621588@sss.pgh.pa.us
2023-02-28 22:06:28 Tom Lane (tgl) Created patch record
Edit