Zainab-Saad commented on issue #1303:
URL: https://github.com/apache/age/issues/1303#issuecomment-1781410300
This issue exists for some other scenarios too like this one
```
agedb=# SELECT * FROM text(4);
text
------
4
(1 row)
agedb=# LOAD 'age'; SET search_path to ag_catalog;
LOAD
SET
agedb=# SELECT * FROM text(4);
server closed the connection unexpectedly
This probably means the server terminated abnormally
before or while processing the request.
The connection to the server was lost. Attempting reset: Failed.
The connection to the server was lost. Attempting reset: Failed.
!?>
```
This seems related to #1124
I am working on this.
--
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]