diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2025-09-16 07:23:50 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2025-09-16 07:27:32 +0200 |
commit | bce18ef3c67be63ad2dd8d585260dcb813f5a525 (patch) | |
tree | 854ca589cf73fdd8a59cf0748633520bff4ff7a3 /contrib/basebackup_to_shell/basebackup_to_shell.c | |
parent | 66dabc06b1b0aaadfd5be640a2e3efbeea0fcaf5 (diff) |
Fix incorrect const qualifier
Commit 7202d72787d 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.
Diffstat (limited to 'contrib/basebackup_to_shell/basebackup_to_shell.c')
0 files changed, 0 insertions, 0 deletions