Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 9528726

Browse files
committed
Install all headers for the new atomics API.
Previously, by mistake, only atomics.h was installed. Kohei KaiGai
1 parent 86f8090 commit 9528726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/include/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ all: pg_config.h pg_config_ext.h pg_config_os.h
2020
SUBDIRS = access bootstrap catalog commands common datatype executor foreign \
2121
lib libpq mb nodes optimizer parser postmaster regex replication \
2222
rewrite storage tcop snowball snowball/libstemmer tsearch \
23-
tsearch/dicts utils port port/win32 port/win32_msvc \
23+
tsearch/dicts utils port port/atomics port/win32 port/win32_msvc \
2424
port/win32_msvc/sys port/win32/arpa port/win32/netinet \
2525
port/win32/sys portability
2626

0 commit comments

Comments
 (0)