mirror of https://github.com/postgres/postgres
Commit 7202d72787 added in passing some const qualifiers, but the one
on the postmaster_child_launch() startup_data argument was incorrect,
because the function itself modifies the pointed-to data. This is
hidden from the compiler because of casts. The qualifiers on the
functions called by postmaster_child_launch() are still correct.
pull/240/head
parent
66dabc06b1
commit
bce18ef3c6
Loading…
Reference in new issue