Don't palloc_free() the initial thread, because it's not allocated
authorBen Pfaff <blp@cs.stanford.edu>
Mon, 13 Sep 2004 02:13:52 +0000 (02:13 +0000)
committerBen Pfaff <blp@cs.stanford.edu>
Mon, 13 Sep 2004 02:13:52 +0000 (02:13 +0000)
commit18f1ad2798f7e7f93f61d42e24f72cfe8f195d4a
treebd429830b25d453170e010cc1fd2e7d763a50d8e
parent5e64014e993fcc9825b17c6df878be25488dbdc5
Don't palloc_free() the initial thread, because it's not allocated
from a palloc pool.
src/threads/thread.c