Raphael Megzari <raphael@megzari.com> writes:
> I have two questions
> - How can I make sure to have a postgres that includes debugging symbols?
(1) install the associated debug symbols package, or
(2) build from source and use --enable-debug configure option.
> - How can I verify after that my version includes debugging symbols?
You could attach to a running backend process with gdb and see whether
"bt full" gives you more than minimal output.
regards, tom lane