forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit78be04e
committed
Add static assertion ensuring sizeof(ExprEvalStep) <= 64 bytes
This was previously only documented in a comment. Given the size of thestruct, it's not hard to miss that comment. As evidenced by the commitsleading up tofe3caa1,67b2670.It's possible, but not likely, that we might have to weaken these assertionson a less commonly used architecture.Author: Tom Lane <tgl@sss.pgh.pa.us>Discussion:https://postgr.es/m/295606.1677101684@sss.pgh.pa.us1 parent5e04447 commit78be04e
1 file changed
+4
-0
lines changedLines changed: 4 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
669 | 669 |
| |
670 | 670 |
| |
671 | 671 |
| |
| 672 | + | |
| 673 | + | |
| 674 | + | |
| 675 | + | |
672 | 676 |
| |
673 | 677 |
| |
674 | 678 |
| |
|
0 commit comments
Comments
(0)