mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-15 03:53:41 +00:00
4963ab603c
Based on the code state of July 2021 which Kseniia copied over here: https://github.com/ClickHouse/libpq/pull/5 (found out the hard way)
8 lines
255 B
C++
8 lines
255 B
C++
/*
|
|
* * src/include/pg_config_ext.h.in. This is generated manually, not by
|
|
* * autoheader, since we want to limit which symbols get defined here.
|
|
* */
|
|
|
|
/* Define to the name of a signed 64-bit integer type. */
|
|
#define PG_INT64_TYPE long long int
|