The server sends a ReadyForQuery packet to signal that the last operation is complete, and the server is now ready for another.
String packetType: "ReadyForQuery"
byte transactionStatus : the transaction status, which can be:
I for idle -- no current transaction
T if in a transaction block
E if in a failed transaction block, meaning all queries will be rejected until the transaction is rolled back