mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Clean up the Makefile, per Michael Paquier. Classify REINDEX as we do in core, use '1.0' for the version, per Fujii.
6 lines
145 B
Plaintext
6 lines
145 B
Plaintext
# pg_audit extension
|
|
comment = 'provides auditing functionality'
|
|
default_version = '1.0'
|
|
module_pathname = '$libdir/pg_audit'
|
|
relocatable = true
|