aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeHashjoin.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter_e@gmx.net>2008-02-25 17:55:42 +0000
committerPeter Eisentraut <peter_e@gmx.net>2008-02-25 17:55:42 +0000
commit9956ddc19164b02dc1925fb389a1af77472eba5e (patch)
tree4d7853b99df5794d8d127578246942c0d5dc9e14 /src/backend/executor/nodeHashjoin.c
parentad20c990f7392a14d2b9699b5b5857d5e5353715 (diff)
downloadpostgresql-9956ddc19164b02dc1925fb389a1af77472eba5e.tar.gz
postgresql-9956ddc19164b02dc1925fb389a1af77472eba5e.zip
Link postgres from all object files at once, to avoid the error-prone
SUBSYS.o step and allow for better optimization by the linker. Instead of partial linking into SUBSYS.o, the list of object files is assembled in objfiles.txt files that are expanded when the final linking is done. Because we are not yet sure how long command lines different platforms can handle, the old way of linking is still available, by defining the make variable PARTIAL_LINKING (e.g., make all PARTIAL_LINKING=1). If we determine that this is necessary for some platforms, then we will document this in a more prominent place.
Diffstat (limited to 'src/backend/executor/nodeHashjoin.c')
0 files changed, 0 insertions, 0 deletions