aboutsummaryrefslogtreecommitdiff
path: root/odb/relational/pgsql/schema.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-08-31 14:19:56 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-08-31 14:19:56 +0200
commita7ec19749a76cc262240124f5c71c1ee4051cba7 (patch)
treeb88fcfe27f1128d439e1e7c1ef470130737cacd4 /odb/relational/pgsql/schema.cxx
parent47d57dc9af5db83e5b508282b844064caf9b7968 (diff)
Rename comp_value() predicate to composite()
Diffstat (limited to 'odb/relational/pgsql/schema.cxx')
-rw-r--r--odb/relational/pgsql/schema.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/relational/pgsql/schema.cxx b/odb/relational/pgsql/schema.cxx
index 761206e..a1ef29d 100644
--- a/odb/relational/pgsql/schema.cxx
+++ b/odb/relational/pgsql/schema.cxx
@@ -213,7 +213,7 @@ namespace relational
// value
//
- if (semantics::class_* cvt = comp_value_wrapper (vt))
+ if (semantics::class_* cvt = composite_wrapper (vt))
{
object_columns_references ocr (e_, os_, name);
ocr.traverse (m, *cvt, "value", "value");