From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
---|---|
To: | pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
Subject: | formatting.c cleanup |
Date: | 2025-10-20 09:50:14 |
Message-ID: | 6dd9d208-a3ed-49b5-b03d-8617261da973@eisentraut.org |
Views: | Whole Thread | Raw Message | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
The file formatting.c contains some hard to read and understand code.
For the attached patch series, I made a few more or less mechanical
passes over it to modernize the code a bit, renamed some symbols to be
clearer, adjusted some types to make things more self-documenting,
removed some redundant code to make some things more compact. I hope
this helps a bit.
From | Date | Subject | |
---|---|---|---|
Next Message | David Rowley | 2025-10-20 10:03:08 | Re: Use CompactAttribute more often, when possible |
Previous Message | sunil s | 2025-10-20 09:41:01 | Re: BRIN: Prevent the heapblk overflow during index summarization on very large tables resulting in an infinite loop |