diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2022-02-15 17:17:25 -0500 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2022-02-15 17:17:28 -0500 |
commit | 4c1a1a347a47df7c17b0fd212436ccbb896c47ca (patch) | |
tree | 2873c5f629adb919eb07277d3a1a58d8dd655e51 /src/backend/utils/adt/tsvector_op.c | |
parent | 1f6e0ce3beb45f23e4774148bd654d915be8d611 (diff) | |
download | postgresql-4c1a1a347a47df7c17b0fd212436ccbb896c47ca.tar.gz postgresql-4c1a1a347a47df7c17b0fd212436ccbb896c47ca.zip |
Ensure that the argument of shmdt(2) is declared "void *".
Our gcc-on-Solaris buildfarm members emit "incompatible pointer type"
warnings in places where it's not. This is a bit odd, since AFAICT
Solaris follows the POSIX spec in declaring shmdt's argument as
"const void *", and you'd think any pointer argument would satisfy that.
But whatever. Part of a general push to remove off-the-beaten-track
warnings where we can easily do so.
Diffstat (limited to 'src/backend/utils/adt/tsvector_op.c')
0 files changed, 0 insertions, 0 deletions