mirror of
https://github.com/postgres/postgres.git
synced 2025-07-28 23:42:10 +03:00
Make libpqsrv_cancel's return const char *, not char *
Per headerscheck's C++ check. Discussion: https://postgr.es/m/372769.1712179784@sss.pgh.pa.us
This commit is contained in:
@ -1347,7 +1347,7 @@ Datum
|
||||
dblink_cancel_query(PG_FUNCTION_ARGS)
|
||||
{
|
||||
PGconn *conn;
|
||||
char *msg;
|
||||
const char *msg;
|
||||
TimestampTz endtime;
|
||||
|
||||
dblink_init();
|
||||
|
Reference in New Issue
Block a user