aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2012-01-01 22:44:01 -0500
committerTom Lane <tgl@sss.pgh.pa.us>2012-01-02 00:02:01 -0500
commit8496c6cd77e2f5f105fc47315680174157d66647 (patch)
treea52fa38595783b1f3f2b0102b5f5b1c3ff54382a /src/backend/access/gist
parent5cfa8dd3007d7e953c6a03b0fa2215d97c581b0c (diff)
downloadpostgresql-8496c6cd77e2f5f105fc47315680174157d66647.tar.gz
postgresql-8496c6cd77e2f5f105fc47315680174157d66647.zip
Use 4-byte slock_t on both PPC and PPC64.
Previously we defined slock_t as 8 bytes on PPC64, but the TAS assembly code uses word-wide operations regardless, so that the second word was just wasted space. There doesn't appear to be any performance benefit in adding the second word, so get rid of it to simplify the code.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions