Closed kovmir closed 9 months ago
Yes, Protobuf is utilized as a way to translate the internal C structs that Postgres maintains into something that can be easily consumed by other programming languages in a structured form.
Note that technically we bundle protobuf-c
as part of the source code, so you don't need to have it installed on the system.
Is
protobuf-c
a dependency of this project?