2
0

Fixes #1684 QCharArrayOID being defined with the wrong OID

This commit is contained in:
Christoph Engelbert (noctarius)
2023-07-13 15:12:05 +02:00
committed by Jack Christensen
parent 2f6fcf8eb0
commit bd3e0d422c
+1 -1
View File
@@ -44,7 +44,7 @@ const (
MacaddrOID = 829
InetOID = 869
BoolArrayOID = 1000
QCharArrayOID = 1003
QCharArrayOID = 1002
NameArrayOID = 1003
Int2ArrayOID = 1005
Int4ArrayOID = 1007