cannot cast type regproc to character varying
#330 appears to break redshift. It doesn't like the ::text part. cannot cast type regproc to character varying
Here's an example of a commit in another project that removes ::text casting in order to support redshift. npgsql/npgsql@5c7f266
Monkeypatching this method to revert to the old implementation fixes the issue in our codebase.
Original comment #330 (comment)
#330 appears to break redshift. It doesn't like the
::textpart.cannot cast type regproc to character varyingHere's an example of a commit in another project that removes
::textcasting in order to support redshift. npgsql/npgsql@5c7f266Monkeypatching this method to revert to the old implementation fixes the issue in our codebase.
Original comment #330 (comment)