mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Add file version information to most installed Windows binaries.
Prominent binaries already had this metadata. A handful of minor binaries, such as pg_regress.exe, still lack it; efforts to eliminate such exceptions are welcome. Michael Paquier, reviewed by MauMau.
This commit is contained in:
@ -2,12 +2,13 @@
|
||||
|
||||
MODULE_big = hstore
|
||||
OBJS = hstore_io.o hstore_op.o hstore_gist.o hstore_gin.o hstore_compat.o \
|
||||
crc32.o
|
||||
crc32.o $(WIN32RES)
|
||||
|
||||
EXTENSION = hstore
|
||||
DATA = hstore--1.3.sql hstore--1.2--1.3.sql \
|
||||
hstore--1.1--1.2.sql hstore--1.0--1.1.sql \
|
||||
hstore--unpackaged--1.0.sql
|
||||
PGFILEDESC = "hstore - key/value pair data type"
|
||||
|
||||
REGRESS = hstore
|
||||
|
||||
|
Reference in New Issue
Block a user