Remove function declaration for function in pg_proc.
authorAndres Freund <[email protected]>
Thu, 12 May 2022 16:25:14 +0000 (09:25 -0700)
committerAndres Freund <[email protected]>
Thu, 12 May 2022 19:39:33 +0000 (12:39 -0700)
commit07d683b54af854098cc559d4b8640905f9efa0ea
treec6aeb23e11822ef75c977dc94ed1c6765aec38cf
parent0699b1ae2d8e7b8763a2019d9cd651ab55521779
Remove function declaration for function in pg_proc.

The declaration is automatically generated. Noticed when experimenting with
adding PGDLLIMPORT markers for functions.

Discussion: https://postgr.es/m/20220512164513[email protected]
src/backend/replication/logical/launcher.c