adnanhamdussalam commented on issue #1712:
URL: https://github.com/apache/cloudberry/issues/1712#issuecomment-4354396217

   Hi,
   
   After doing R & D below are my finding which supports you for further 
investigating:
    
   I have used the named connection in dblink it worked I can get the data from 
remote server but when I disconnect the named connection, I again see the error 
 "erver process (PID 2095024) was terminated by signal 6: Aborted","Failed 
process......."
   
   View DDL: 
   
   CREATE OR REPLACE VIEW  mydb.view_test
   AS SELECT name
      FROM dblink('myconn', 
   'SELECT name
   FROM public.view_test') 
   t1(name text);
   
   mydb# SELECT dblink_connect('myconn', 'host=10.32.200.32 port=5434 
dbname=mydb user=postgres password=test');
   mydb# select * from mydb.view_test;
   1 row
   
   if I exit using \q no error in the database logs but if I execute the SELECT 
dblink_disconnect(); in this same session then I see the error abort process 
and database system is ready",,,,,,,0,,"xlog.c",8473, in the logs 
   
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to