mirror of
https://github.com/postgresml/pgcat.git
synced 2026-03-26 02:16:30 +00:00
admin: SHOW STATS (#46)
* admin: show stats * warning * tests * lint * type mod
This commit is contained in:
@@ -20,3 +20,9 @@ pub const AUTHENTICATION_SUCCESSFUL: i32 = 0;
|
||||
|
||||
// ErrorResponse: A code identifying the field type; if zero, this is the message terminator and no string follows.
|
||||
pub const MESSAGE_TERMINATOR: u8 = 0;
|
||||
|
||||
//
|
||||
// Data types
|
||||
//
|
||||
pub const OID_NUMERIC: i32 = 1700;
|
||||
pub const OID_TEXT: i32 = 25;
|
||||
|
||||
Reference in New Issue
Block a user