Shawn Garbett <shawn_garbett@yahoo.com> writes:
> I am exploring writing an extension in C to Postgres,
> but I can't find how to get a unique number
> identifying the current connection.
There isn't a globally unique number. If you're satisfied with
something unique among active connections, I'd suggest backend PID.
regards, tom lane