![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
Jeff Davis wrote: Other people have answered, but I'd like to add: It makes it much faster to fix bugs and improve features in the projects outside of the source tree. If replication has a bug, you don't want to wait for the next point release, you want a fix *now*. PostgreSQL is a big project, and can't make new point releases every time a bug appears in a small subsystem. Replication is one subsystem not included in source tree. But PostgreSQL has other subsystems that are included such as plugins for procedural languages. So isn't the same risks involved with them? |
#12
| |||
| |||
|
|
Replication is one subsystem not included in source tree. But PostgreSQL has other subsystems that are included such as plugins for procedural languages. So isn't the same risks involved with them? No, not really. Because items such as plPerl don't require changes to the backend. Replication requires changes to the backend. |
#13
| |||
| |||
|
|
On Sat, 30 Oct 2004, Joshua D. Drake wrote: No, not really. Because items such as plPerl don't require changes to the backend. Replication requires changes to the backend. Replication doesn't require changes to the backend ... neither eRServer or Slony-I do, at least ... |
#14
| |||
| |||
|
|
On Sat, 30 Oct 2004 nd02tsk (AT) student (DOT) hig.se wrote: Replication is one subsystem not included in source tree. But PostgreSQL has other subsystems that are included such as plugins for procedural languages. So isn't the same risks involved with them? Yes, which is why you will find that several of them are 'outside projects' for development purposes ... |
#15
| |||
| |||
|
|
On Sat, 30 Oct 2004, Joshua D. Drake wrote: Replication is one subsystem not included in source tree. But PostgreSQL has other subsystems that are included such as plugins for procedural languages. So isn't the same risks involved with them? No, not really. Because items such as plPerl don't require changes to the backend. Replication requires changes to the backend. Replication doesn't require changes to the backend ... neither eRServer or Slony-I do, at least ... |
![]() |
| Thread Tools | |
| Display Modes | |
| |