public override short DecodeText(DataRow row, PostgresClientState state)
 {
     return(NumericBuffer.AsciiToShort(row.Data, row.Length));
 }