blob: d44454a02e36f99477a9b43bdbba43c18b57623b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# Copyright (c) 2022, PostgreSQL Global Development Group
backend_sources += files(
'conv.c',
'mbutils.c',
'stringinfo_mb.c',
'wstrcmp.c',
'wstrncmp.c',
)
# Note we only enter conversion_procs once the backend build is defined
|