diff options
author | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-10-02 17:37:41 +0300 |
---|---|---|
committer | Heikki Linnakangas <heikki.linnakangas@iki.fi> | 2012-10-02 17:46:53 +0300 |
commit | 4e6a910069d6c6f31e72c0891ee8495df61759bb (patch) | |
tree | 76126784fa023e938c52f495cd9f9fba6f478964 /src/backend/regex/regexec.c | |
parent | a50be771c80446d36771ff6c425a152e0d332315 (diff) | |
download | postgresql-4e6a910069d6c6f31e72c0891ee8495df61759bb.tar.gz postgresql-4e6a910069d6c6f31e72c0891ee8495df61759bb.zip |
Silence compiler warning about pointer type mismatch on some platforms.
timeval.t_sec is of type time_t, which is not always compatible with long.
I'm not sure if this was just harmless warning or a real bug, but this
fixes it, anyway.
Diffstat (limited to 'src/backend/regex/regexec.c')
0 files changed, 0 insertions, 0 deletions