Fix bug in to_tsquery().
We were using memcpy() to copy to a possibly overlapping memory region,
which is a no-no. Use memmove() instead.
Branch
--
REL8_3_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/57615562504a3a10784d10a5205ed4bab41dba6e
Modified Files
--
sr
Fix bug in to_tsquery().
We were using memcpy() to copy to a possibly overlapping memory region,
which is a no-no. Use memmove() instead.
Branch
--
REL9_1_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/435a1437961d72c98a1dbd27c8a9fb75024730f9
Modified Files
--
sr
Fix bug in to_tsquery().
We were using memcpy() to copy to a possibly overlapping memory region,
which is a no-no. Use memmove() instead.
Branch
--
REL9_0_STABLE
Details
---
http://git.postgresql.org/pg/commitdiff/26d73ddac43667f80cec530ac8644beeecfd666f
Modified Files
--
sr
Fix bug in to_tsquery().
We were using memcpy() to copy to a possibly overlapping memory region,
which is a no-no. Use memmove() instead.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/d2495f272cd164ff075bee5c4ce95aed11338a36
Modified Files
--
src/backe
Remove stray nbsp character
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/8afb026e57e746b8748d01798c0940ba02aaedde
Modified Files
--
src/backend/catalog/heap.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
--
Sent via pgsql-committers ma
Remove whitespace from end of lines
pgindent and perltidy should clean up the rest.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/c8e086795a7ffc5244e03ffc2c92a3ae915a5055
Modified Files
--
contrib/pg_upgrade/TESTING |4 +-
doc/s
Make xrefs to tables instead of assuming they appear below
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/131b4d647388cb756e5aab1f1462c8b46125d89c
Modified Files
--
doc/src/sgml/func.sgml|6 +++---
doc/src/sgml/plpgsql.sgml |4 ++--
2 files cha
Fix a whitespace issue with the man pages
See 6ef24487967692604b07a4a54e71821a60fb729a for an explanation. This
is the same for the new man pages.
Branch
--
master
Details
---
http://git.postgresql.org/pg/commitdiff/00b0c73f1f2b98a7d09de63aaa14d6498ac521ae
Modified Files
--