forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5e874b2
Renumber confusing value for GUC_UNIT_BYTE
It had a power-of-two value, which looks right, and causes the othervalues which aren't powers-of-two to look wrong. But this is testedfor equality and not a bitwise test.See also:6e7baa3https://www.postgresql.org/message-id/CAOG9ApEu8bXVwBxkOO9J7ZpM76TASK_vFMEEiCEjwhMmSLiaqQ%40mail.gmail.comAuthor: Justin Pryzby <pryzby@telsasoft.com>Discussion:https://www.postgresql.org/message-id/flat/20220720145220.GJ12702@telsasoft.com1 parent65e32f3 commit5e874b2
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
223 | 223 |
| |
224 | 224 |
| |
225 | 225 |
| |
226 |
| - | |
| 226 | + | |
227 | 227 |
| |
228 | 228 |
| |
229 | 229 |
| |
|
0 commit comments
Comments
(0)