Commit 110f8c1
authored
Remove PG-14 rebase artifact from dblink and fix for
* Remove PG-14 rebase artifact from dblink.
dblink_connstr_check changed its return type as part of 9b75844.
It is error-prone to rebase dblink sources since then.
There is no need for second dblink_connstr_check, even thought it
produces no harm.
Double-check from gpdb-7:
https://github.com/greenplum-db/gpdb-archive/blob/main/contrib/dblink/dblink.c#L290
Found during PG-16 rebase review.
* Fix DBLINK_GET_CONN
https://github.com/apache/cloudberry/blob/9b758447dfb65dcb8024f2465c410221ded12841/contrib/dblink/dblink.c#L185
use modified conn_str in dblink_get_conn, check out 8420c0f commit msg
https://github.com/apache/cloudberry/blob/9b758447dfb65dcb8024f2465c410221ded12841/contrib/dblink/dblink.c#L185-L195dblink_get_conn (#1484)1 parent 82bc99c commit 110f8c1
1 file changed
+1
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
198 | 198 | | |
199 | 199 | | |
200 | 200 | | |
201 | | - | |
| 201 | + | |
202 | 202 | | |
203 | 203 | | |
204 | 204 | | |
| |||
312 | 312 | | |
313 | 313 | | |
314 | 314 | | |
315 | | - | |
316 | 315 | | |
317 | 316 | | |
318 | 317 | | |
| |||
0 commit comments