- Notifications
You must be signed in to change notification settings - Fork5
Commit692bd09
committed
Use "#ifdef CATALOG_VARLEN" to protect nullable fields of pg_authid.
This gives a stronger guarantee than a mere comment against accessing thesefields as simple struct members. Since rolpassword is in fact varlena,it's not clear why these didn't get marked from the beginning, but let'sdo it now.Michael Paquier1 parent09d8d11 commit692bd09
1 file changed
+2
-0
lines changedLines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
56 | 56 |
| |
57 | 57 |
| |
58 | 58 |
| |
| 59 | + | |
59 | 60 |
| |
60 | 61 |
| |
| 62 | + | |
61 | 63 |
| |
62 | 64 |
| |
63 | 65 |
| |
|
0 commit comments
Comments
(0)