1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-07 19:06:32 +03:00
Files
postgres/src/backend
Marc G. Fournier f796387b60 |From: Dan McGuirk <mcguirk@indirect.com>
|
|This patch fixes a backend crash that happens sometimes when you try to
|join on a field that contains NULL in some rows.  Postgres tries to
|compute a hash value of the field you're joining on, but when the field
|is NULL, the pointer it thinks is pointing to the data is really just
|pointing to random memory.  This forces the hash value of NULL to be 0.
|
|It seems that nothing matches NULL on joins, even other NULL's (with or
|without this patch).  Is that what's supposed to happen?
|
1996-08-19 01:52:36 +00:00
..
1996-08-15 07:30:22 +00:00
1996-08-15 07:42:52 +00:00
1996-08-15 07:42:52 +00:00
1996-08-06 16:38:03 +00:00
1996-08-15 07:42:52 +00:00
1996-07-31 18:43:58 +00:00
1996-08-06 16:43:41 +00:00
1996-08-15 07:42:52 +00:00
1996-07-31 17:19:49 +00:00