File: installcheck

package info (click to toggle)
wal2json 2.6-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 8,672 kB
  • sloc: ansic: 2,524; sql: 1,136; makefile: 27; sh: 6
file content (7 lines) | stat: -rwxr-xr-x 142 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
#!/bin/sh
pg_buildext \
	-c --locale=C.UTF-8 \
	-o wal_level=logical \
	-o max_replication_slots=5 \
	-o extra_float_digits=0 \
	installcheck