mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2025-02-25 18:55:31 -06:00
Handle MERGE operation in query tool explain introduced in PostgreSQL 15. #5872
This commit is contained in:
@@ -122,7 +122,7 @@ ExplainRow.propTypes = {
|
||||
Plans: PropTypes.array,
|
||||
level: PropTypes.array,
|
||||
_serial: PropTypes.number,
|
||||
parent_node: PropTypes.number,
|
||||
parent_node: PropTypes.string,
|
||||
exclusive: PropTypes.number,
|
||||
exclusive_flag: PropTypes.string,
|
||||
inclusive: PropTypes.number,
|
||||
|
||||
Reference in New Issue
Block a user