mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-21 06:57:57 +08: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