Eliminate user_page_limit global symbol.
authorBen Pfaff <blp@cs.stanford.edu>
Fri, 7 Nov 2008 05:54:04 +0000 (21:54 -0800)
committerBen Pfaff <blp@cs.stanford.edu>
Fri, 7 Nov 2008 05:55:39 +0000 (21:55 -0800)
The name "user_page_limit" did not follow the naming convention, which
stated that its name should start with palloc_ since it is defined in
palloc.c.  But it was only used in one function, so it was better off
as a function parameter anyhow.

Found by Godmar with his process-linker-map.pl.


No differences found