mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 22:08:41 -04:00
5da417f7c4
As Tom Lane pointed out, "const Relation foo" doesn't guarantee that you can't modify the data the "foo" pointer points to. It just means that you can't change the pointer to point to something else within the function, which is not very useful.