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
1. Generate typedefs.list by running `./gen-typedefs.sh`. This will pull the latest postgres typedefs from postgres buildfarm and add Spock-related typedefs to it by scanning the source code.
4
-
2. Install pg_bsd_indent: navigate to src/tools/pg_bsd_indent in your postgres source code and run:
5
-
```
6
-
make install prefix=/usr/local
7
-
```
8
-
3. Assuming you have pgindent in your path, run this from spock base directory:
0 commit comments