mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 13:58:10 -04:00
692bd09ad1
This gives a stronger guarantee than a mere comment against accessing these fields 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's do it now. Michael Paquier