You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is only needed after changes to the ProtoBuf definition (_proto/pg_logicaldec.proto):
62
+
63
+
cd proto
64
+
protoc-c --c_out=../src/proto pg_logicaldec.proto
65
+
cd ..
66
+
67
+
Commit the generated files to git then.
68
+
69
+
### Building and installing decoderbufs
70
+
71
+
If you have multiple Postgres versions installed, you can select which version to install decoderbufs into by altering your `$PATH` to point to the right version.
72
+
Then `make` and `make install` for each version. Here is an example:
73
+
56
74
# Install for Postgres 9.6 if I have multiple local versions
0 commit comments