Construct ctid string correctly for block no > 2^31.
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 12 Nov 2013 20:35:56 +0000 (22:35 +0200)
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>
Tue, 12 Nov 2013 20:35:56 +0000 (22:35 +0200)
commit80e1b8d74d625dbe843fdd3632c0ed2896ca8c9d
tree7fd31e47a6c5ae1fc0fe4504c7b92fd0d7f4b747
parenta135875d7085dd872033a6d86905db2a411943f5
Construct ctid string correctly for block no > 2^31.

Block number is unsigned. Other places where we construct ctid strings we
got this right, but not this one. I'm not sure how to trigger this codepath,
but I'm sure something funny would happen if you tried to use these functions
on large enough tables (> 16 TB).
results.c