mirror of
https://github.com/postgres/postgres.git
synced 2025-11-22 12:22:45 +03:00
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
(hope I got 'em all). Per discussion, this release will be 9.0 not 8.5.
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.37 2010/01/07 02:41:16 rhaas Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/catalog/pg_largeobject.c,v 1.38 2010/02/17 04:19:39 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -191,7 +191,7 @@ LargeObjectAlterOwner(Oid loid, Oid newOwnerId)
|
||||
/*
|
||||
* lo_compat_privileges is not checked here, because ALTER
|
||||
* LARGE OBJECT ... OWNER did not exist at all prior to
|
||||
* PostgreSQL 8.5.
|
||||
* PostgreSQL 9.0.
|
||||
*
|
||||
* We must be the owner of the existing object.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user