• Alvaro Herrera's avatar
    Split heapam_xlog.h from heapam.h · 21c09e99
    Alvaro Herrera authored
    The heapam XLog functions are used by other modules, not all of which
    are interested in the rest of the heapam API.  With this, we let them
    get just the XLog stuff in which they are interested and not pollute
    them with unrelated includes.
    
    Also, since heapam.h no longer requires xlog.h, many files that do
    include heapam.h no longer get xlog.h automatically, including a few
    headers.  This is useful because heapam.h is getting pulled in by
    execnodes.h, which is in turn included by a lot of files.
    21c09e99
print.c 9.37 KB