pgadmin-org / pgadmin4

pgAdmin is the most popular and feature rich Open Source administration and development platform for PostgreSQL, the most advanced Open Source database in the world.
https://www.pgadmin.org
Other
2.43k stars 638 forks source link

Debugger does not start if function has input vars of type array (RM #3354) #1843

Closed dpage closed 2 years ago

dpage commented 6 years ago

Issue migrated from Redmine: https://redmine.postgresql.org/issues/3354 Originally created by Aditya Toshniwal at 2018-05-16 11:13:31 UTC.

If select debugging for a function which is having input variable of type array (eg - integer[ ], oid[] ), then debugger does not start and throws error "Error while starting debugger listener". Screenshots attached. Tested on Postgres 10, pgAdmin4 v3.0

dpage commented 6 years ago

Image migrated from Redmine: https://redmine.postgresql.org/attachments/download/3040 Originally created by Aditya Toshniwal at 2018-05-16 11:12:32 UTC.

Screenshot_from_2018-05-16_16-34-31.png

Filename: Screenshot_from_2018-05-16_16-34-31.png

dpage commented 6 years ago

Image migrated from Redmine: https://redmine.postgresql.org/attachments/download/3041 Originally created by Aditya Toshniwal at 2018-05-16 11:12:32 UTC.

Screenshot_from_2018-05-16_16-34-53.png

Filename: Screenshot_from_2018-05-16_16-34-53.png

dpage commented 6 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3354#note-3 Originally created by Akshay Joshi at 2018-05-18 10:07:57 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3354#note-4 Originally created by Dave Page at 2018-11-06 11:41:28 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed Ready EDB Sprint 27
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3354#note-5 Originally created by Akshay Joshi at 2018-11-15 09:07:30 UTC.

Redmine ticket header update:

Name Old Value New Value
Status changed New In Progress
Assigned To changed Akshay Joshi
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3354#note-6 Originally created by Akshay Joshi at 2018-11-16 06:53:44 UTC.

Patch Sent: https://www.postgresql.org/message-id/CANxoLDfeRaYmrLwbXkg-15pb89F8NCW7o5Z=9CwNyHLM0HmWJA@mail.gmail.com

dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3354#note-7 Originally created by Akshay Joshi at 2018-11-21 10:33:45 UTC.

Redmine ticket header update:

Name Old Value New Value
Sprint changed EDB Sprint 27 EDB Sprint 28
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3354#note-8 Originally created by Akshay Joshi at 2018-11-27 08:59:50 UTC.

Modified patch sent: https://www.postgresql.org/message-id/CANxoLDcX2S6p3yL09DgEYA11_bN1y6=jgpwYgj-t5SEVT-QmwQ@mail.gmail.com

dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3354#note-9 Originally created by Dave Page at 2018-11-27 11:18:44 UTC.

Redmine ticket header update:

Name Old Value New Value
Assigned To changed Akshay Joshi Fahar Abbas
Fixed Version changed 4.0
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3354#note-10 Originally created by Akshay Joshi at 2018-11-27 11:18:52 UTC.

Applied in changeset commit:bdf9f3404f3f85869bef6bc6969f196ba4183375.

Redmine ticket header update:

Name Old Value New Value
Status changed In Progress In Testing
Done Ratio changed 0 90
dpage commented 5 years ago

Comment migrated from Redmine: https://redmine.postgresql.org/issues/3354#note-11 Originally created by Fahar Abbas at 2018-12-03 12:30:09 UTC.

This is resolved on Windows 64:

https://www.postgresql.org/ftp/pgadmin/pgadmin4/snapshots/2018-12-03/

Redmine ticket header update:

Name Old Value New Value
Status changed In Testing Resolved
Done Ratio changed 90 100
dpage commented 2 years ago

Issue closed on Redmine.