forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit20fbf25
committed
Fix harmless thinko in dsa.c.
Commit16be2fd added DSA_ALLOC_HUGE,DSA_ALLOC_ZERO and DSA_ALLOC_NO_OOM which have the same numericalvalues and meanings as the similarly named MCXT_... macros. In oneplace we accidentally used MCXT_ALLOC_NO_OOM when DSA_ALLOC_NO_OOM iswanted, so tidy that up.Author: Thomas MunroDiscussion:http://postgr.es/m/CAEepm=2AimHxVkkxnMfQvbZMkXy0uKbVa0-D38c5-qwrCm4CMQ@mail.gmail.comBackpatch: 10, where dsa was introduced.1 parent0cdc3e4 commit20fbf25
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
707 | 707 |
| |
708 | 708 |
| |
709 | 709 |
| |
710 |
| - | |
| 710 | + | |
711 | 711 |
| |
712 | 712 |
| |
713 | 713 |
| |
|
0 commit comments
Comments
(0)