mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2026-09-26 01:44:48 +00:00
fix describe issue
This commit is contained in:
@@ -199,6 +199,7 @@ func (s *PostgreSQLServer) handleSimpleQuery(session *PostgreSQLSession, query s
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
// Send ReadyForQuery and exit (don't continue processing)
|
||||
return s.sendReadyForQuery(session)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user