This is a discussion on Small bug in new backend build method within the pgsql Hackers forums, part of the PostgreSQL category; --> I found that when I added a new .o file in backend/access/hash while working in an already-built source tree, ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I found that when I added a new .o file in backend/access/hash while working in an already-built source tree, the objfiles.txt file in that directory got updated, but the one in backend/access did not, leading to link failure. Seems there's a missing dependency for the upper-level objfiles.txt files. regards, tom lane -- Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-hackers |