Fixes #1684 QCharArrayOID being defined with the wrong OID

pull/1693/head
Christoph Engelbert (noctarius) 2023-07-13 15:12:05 +02:00 committed by Jack Christensen
parent 2f6fcf8eb0
commit bd3e0d422c
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ const (
MacaddrOID = 829
InetOID = 869
BoolArrayOID = 1000
QCharArrayOID = 1003
QCharArrayOID = 1002
NameArrayOID = 1003
Int2ArrayOID = 1005
Int4ArrayOID = 1007